Mercurial > emacs
comparison configure @ 111871:d21197a7fc63
Don't depend on POSIX compatible parsing of parameter expansion
author | Andreas Schwab <schwab@linux-m68k.org> |
---|---|
date | Fri, 10 Dec 2010 23:42:17 +0100 |
parents | 2b8673bc05c8 |
children | a456b0a17885 |
comparison
equal
deleted
inserted
replaced
111870:b47e85affa59 | 111871:d21197a7fc63 |
---|---|
14908 #### toolkit_scroll_bars to yes by default. | 14908 #### toolkit_scroll_bars to yes by default. |
14909 if test "${HAVE_GTK}" = "yes"; then | 14909 if test "${HAVE_GTK}" = "yes"; then |
14910 USE_X_TOOLKIT=GTK | 14910 USE_X_TOOLKIT=GTK |
14911 fi | 14911 fi |
14912 | 14912 |
14913 and_machfile= | |
14914 if test -n "$machfile"; then | |
14915 and_machfile=" and \`${machfile}'" | |
14916 fi | |
14917 | |
14913 echo " | 14918 echo " |
14914 Configured for \`${canonical}'. | 14919 Configured for \`${canonical}'. |
14915 | 14920 |
14916 Where should the build process find the source code? ${srcdir} | 14921 Where should the build process find the source code? ${srcdir} |
14917 What operating system and machine description files should Emacs use? | 14922 What operating system and machine description files should Emacs use? |
14918 \`${opsysfile}'${machfile:+ and \`${machfile}'} | 14923 \`${opsysfile}'${and_machfile} |
14919 What compiler should emacs be built with? ${CC} ${CFLAGS} | 14924 What compiler should emacs be built with? ${CC} ${CFLAGS} |
14920 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} | 14925 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} |
14921 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC} | 14926 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC} |
14922 Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers | 14927 Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers |
14923 What window system should Emacs use? ${window_system} | 14928 What window system should Emacs use? ${window_system} |