1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-14 16:50:58 +00:00

Auto-commit of generated files.

This commit is contained in:
Glenn Morris 2012-07-30 06:17:41 -04:00
parent 197755446f
commit 259a41782b

9
autogen/configure vendored
View File

@ -15179,6 +15179,7 @@ esac
case $opsys in
aix4-2)
opsysfile=
$as_echo "#define USG /**/" >>confdefs.h
$as_echo "#define USG5 /**/" >>confdefs.h
@ -15226,6 +15227,7 @@ $as_echo "#define DARWIN_OS /**/" >>confdefs.h
;;
freebsd)
opsysfile=
$as_echo "#define BSD4_2 /**/" >>confdefs.h
@ -15261,6 +15263,7 @@ rm -f conftest.err conftest.$ac_ext
;;
gnu-linux | gnu-kfreebsd )
opsysfile=
$as_echo "#define USG /**/" >>confdefs.h
@ -15289,6 +15292,7 @@ $as_echo "#define IRIX6_5 /**/" >>confdefs.h
;;
sol2*)
opsysfile="s/usg5-4-common.h"
$as_echo "#define USG /**/" >>confdefs.h
$as_echo "#define USG5 /**/" >>confdefs.h
@ -15299,6 +15303,7 @@ $as_echo "#define SOLARIS2 /**/" >>confdefs.h
;;
unixware)
opsysfile="s/usg5-4-common.h"
$as_echo "#define USG /**/" >>confdefs.h
$as_echo "#define USG5 /**/" >>confdefs.h
@ -15316,8 +15321,6 @@ $as_echo "#define G_SLICE_ALWAYS_MALLOC 1" >>confdefs.h
gnu) opsysfile= ;;
gnu-kfreebsd) opsysfile="s/gnu-linux.h" ;;
hpux11)
$as_echo "#define BROKEN_SA_RESTART 1" >>confdefs.h
@ -23784,7 +23787,7 @@ echo "
Configured for \`${canonical}'.
Where should the build process find the source code? ${srcdir}
What operating system file should Emacs use? ${opsysfile-none}
What operating system file should Emacs use? ${opsysfile:-none}
What compiler should emacs be built with? ${CC} ${CFLAGS}
Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
Should Emacs use a relocating allocator for buffers? ${REL_ALLOC}