emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109362: Auto-commit of generated fil


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109362: Auto-commit of generated files.
Date: Wed, 01 Aug 2012 06:17:30 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109362
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-08-01 06:17:30 -0400
message:
  Auto-commit of generated files.
modified:
  autogen/Makefile.in
  autogen/config.in
  autogen/configure
=== modified file 'autogen/Makefile.in'
--- a/autogen/Makefile.in       2012-07-29 10:19:06 +0000
+++ b/autogen/Makefile.in       2012-08-01 10:17:30 +0000
@@ -733,7 +733,6 @@
 STRIP = @STRIP@
 SUBDIR_MAKEFILES_IN = @SUBDIR_MAKEFILES_IN@
 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
-S_FILE = @S_FILE@
 TEMACS_LDFLAGS2 = @TEMACS_LDFLAGS2@
 TERMCAP_OBJ = @TERMCAP_OBJ@
 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@

=== modified file 'autogen/config.in'
--- a/autogen/config.in 2012-07-31 23:03:04 +0000
+++ b/autogen/config.in 2012-08-01 10:17:30 +0000
@@ -117,6 +117,9 @@
 /* Name of the default sound device. */
 #undef DEFAULT_SOUND_DEVICE
 
+/* Character that separates a device in a file name. */
+#undef DEVICE_SEP
+
 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
 #undef DGUX
 
@@ -142,6 +145,10 @@
    */
 #undef FIRST_PTY_LETTER
 
+/* Define if the float library doesn't handle errors by either setting errno,
+   or signaling SIGFPE/SIGILL. */
+#undef FLOAT_CHECK_DOMAIN
+
 /* Define to 1 if futimesat mishandles a NULL file name. */
 #undef FUTIMESAT_NULL_BUG
 
@@ -514,6 +521,9 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
+/* Define if you have the functions acosh, asinh, and atanh. */
+#undef HAVE_INVERSE_HYPERBOLIC
+
 /* Define to 1 if you have the jpeg library (-ljpeg). */
 #undef HAVE_JPEG
 
@@ -1091,12 +1101,24 @@
 /* Define if the system is HPUX. */
 #undef HPUX
 
+/* This is substituted when $TERM is "internal". */
+#undef INTERNAL_TERMINAL
+
 /* Define to read input using SIGIO. */
 #undef INTERRUPT_INPUT
 
 /* Define if the system is IRIX. */
 #undef IRIX6_5
 
+/* Returns true if character is any form of separator. */
+#undef IS_ANY_SEP
+
+/* Returns true if character is a device separator. */
+#undef IS_DEVICE_SEP
+
+/* Returns true if character is a directory separator. */
+#undef IS_DIRECTORY_SEP
+
 /* Define to support Kerberos-authenticated POP mail retrieval. */
 #undef KERBEROS
 
@@ -1504,7 +1526,8 @@
 /* Some platforms redefine this. */
 #undef _setjmp
 
-/* Define to the used os dependent file. */
+/* Some platforms that do not use configure define this to include extra
+   configuration information. */
 #undef config_opsysfile
 
 /* A replacement for va_copy, if needed.  */

=== modified file 'autogen/configure'
--- a/autogen/configure 2012-07-31 23:03:04 +0000
+++ b/autogen/configure 2012-08-01 10:17:30 +0000
@@ -1119,7 +1119,6 @@
 ns_appresdir
 ns_appbindir
 ns_appdir
-S_FILE
 X_TOOLKIT_TYPE
 GNUSTEP_CFLAGS
 C_SWITCH_X_SITE
@@ -8169,8 +8168,8 @@
     START_FILES='pre-crt0.o'
     ;;
   freebsd )
-    LIB_STANDARD='-lgcc -lc -lgcc $(CRT_DIR)/crtend.o $(CRT_DIR)/crtn.o'
-    START_FILES='pre-crt0.o $(CRT_DIR)/crt1.o $(CRT_DIR)/crti.o 
$(CRT_DIR)/crtbegin.o'
+    LIB_STANDARD='-lgcc -lc -lgcc $(CRT_DIR)/crtn.o'
+    START_FILES='pre-crt0.o $(CRT_DIR)/crt1.o $(CRT_DIR)/crti.o'
     SYSTEM_TYPE=berkeley-unix
     ;;
   gnu-linux | gnu-kfreebsd )
@@ -14649,6 +14648,10 @@
 $as_echo "#define CLASH_DETECTION 1" >>confdefs.h
 
 
+
+
+
+
 ## Note: PTYs are broken on darwin <6.  Use at your own risk.
 
 $as_echo "#define HAVE_PTYS 1" >>confdefs.h
@@ -14659,6 +14662,8 @@
 
 
 
+
+
 $as_echo "#define NULL_DEVICE \"/dev/null\"" >>confdefs.h
 
 
@@ -14677,6 +14682,21 @@
 
 
 
+
+$as_echo "#define IS_DEVICE_SEP(_c_) 0" >>confdefs.h
+
+
+
+$as_echo "#define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)" >>confdefs.h
+
+
+
+$as_echo "#define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))" >>confdefs.h
+
+
+
+
+
 case $opsys in
   aix4-2)
         if test x$ac_cv_lib_Xmu_XmuConvertStandardSelection != xyes; then
@@ -15459,8 +15479,6 @@
 
 ## Used in lwlib/Makefile.in.
 
-S_FILE=
-
 
 
 
@@ -15478,11 +15496,7 @@
 #define EMACS_CONFIG_OPTIONS "${ac_configure_args}"
 _ACEOF
 
-if test -z "No longer used"; then
-
-$as_echo "#define config_opsysfile /**/" >>confdefs.h
-
-fi
+
 
 XMENU_OBJ=
 XOBJ=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]