]> code.delx.au - gnu-emacs/commitdiff
Auto-commit of generated files.
authorGlenn Morris <rgm@gnu.org>
Mon, 30 Jul 2012 10:17:41 +0000 (06:17 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 30 Jul 2012 10:17:41 +0000 (06:17 -0400)
autogen/configure

index 13ffa90b2df28d0afe50844e582f3ee1ba9fecf3..b52d3157b100fccf391d6a16880d2eaf2f1a805d 100755 (executable)
@@ -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}