emacs-diffs
[Top][All Lists]
Advanced

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

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


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

------------------------------------------------------------
revno: 109398
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-08-02 06:17:32 -0400
message:
  Auto-commit of generated files.
modified:
  autogen/Makefile.in
  autogen/aclocal.m4
  autogen/config.in
  autogen/configure
=== modified file 'autogen/Makefile.in'
--- a/autogen/Makefile.in       2012-08-01 10:17:30 +0000
+++ b/autogen/Makefile.in       2012-08-02 10:17:32 +0000
@@ -66,9 +66,9 @@
        $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/c-strtod.m4 \
        $(top_srcdir)/m4/clock_time.m4 $(top_srcdir)/m4/dup2.m4 \
        $(top_srcdir)/m4/environ.m4 $(top_srcdir)/m4/extensions.m4 \
-       $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/getloadavg.m4 \
-       $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/gettime.m4 \
-       $(top_srcdir)/m4/gettimeofday.m4 \
+       $(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/filemode.m4 \
+       $(top_srcdir)/m4/getloadavg.m4 $(top_srcdir)/m4/getopt.m4 \
+       $(top_srcdir)/m4/gettime.m4 $(top_srcdir)/m4/gettimeofday.m4 \
        $(top_srcdir)/m4/gnulib-common.m4 \
        $(top_srcdir)/m4/gnulib-comp.m4 \
        $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/inttypes.m4 \
@@ -111,16 +111,17 @@
 am__libgnu_a_SOURCES_DIST = allocator.c c-ctype.h c-ctype.c \
        c-strcase.h c-strcasecmp.c c-strncasecmp.c careadlinkat.c \
        md5.c sha1.c sha256.c sha512.c dtoastr.c dtotimespec.c \
-       filemode.c gettext.h gettime.c strftime.c timespec-add.c \
-       timespec-sub.c utimens.c
+       filemode.c gettext.h gettime.c stat-time.c strftime.c \
+       timespec.c timespec-add.c timespec-sub.c u64.c utimens.c
 am__objects_1 =
 am_libgnu_a_OBJECTS = allocator.$(OBJEXT) c-ctype.$(OBJEXT) \
        c-strcasecmp.$(OBJEXT) c-strncasecmp.$(OBJEXT) \
        careadlinkat.$(OBJEXT) md5.$(OBJEXT) sha1.$(OBJEXT) \
        sha256.$(OBJEXT) sha512.$(OBJEXT) dtoastr.$(OBJEXT) \
        dtotimespec.$(OBJEXT) filemode.$(OBJEXT) $(am__objects_1) \
-       gettime.$(OBJEXT) strftime.$(OBJEXT) timespec-add.$(OBJEXT) \
-       timespec-sub.$(OBJEXT) utimens.$(OBJEXT)
+       gettime.$(OBJEXT) stat-time.$(OBJEXT) strftime.$(OBJEXT) \
+       timespec.$(OBJEXT) timespec-add.$(OBJEXT) \
+       timespec-sub.$(OBJEXT) u64.$(OBJEXT) utimens.$(OBJEXT)
 libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
 am__depfiles_maybe = depfiles
@@ -878,8 +879,8 @@
 libgnu_a_SOURCES = allocator.c c-ctype.h c-ctype.c c-strcase.h \
        c-strcasecmp.c c-strncasecmp.c careadlinkat.c md5.c sha1.c \
        sha256.c sha512.c dtoastr.c dtotimespec.c filemode.c \
-       $(am__append_1) gettime.c strftime.c timespec-add.c \
-       timespec-sub.c utimens.c
+       $(am__append_1) gettime.c stat-time.c strftime.c timespec.c \
+       timespec-add.c timespec-sub.c u64.c utimens.c
 libgnu_a_LIBADD = $(gl_LIBOBJS)
 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
 EXTRA_libgnu_a_SOURCES = ftoastr.c dup2.c getloadavg.c getopt.c \
@@ -968,6 +969,7 @@
 @AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
 @AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
 @AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
 @AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
 @AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
 @AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
@@ -980,6 +982,8 @@
 @AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
 @AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
 @AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
 @AMDEP_TRUE@@am__include@ @address@hidden/$(DEPDIR)/address@hidden@
 
 .c.o:

=== modified file 'autogen/aclocal.m4'
--- a/autogen/aclocal.m4        2012-07-29 10:19:06 +0000
+++ b/autogen/aclocal.m4        2012-08-02 10:17:32 +0000
@@ -991,6 +991,7 @@
 m4_include([m4/dup2.m4])
 m4_include([m4/environ.m4])
 m4_include([m4/extensions.m4])
+m4_include([m4/extern-inline.m4])
 m4_include([m4/filemode.m4])
 m4_include([m4/getloadavg.m4])
 m4_include([m4/getopt.m4])

=== modified file 'autogen/config.in'
--- a/autogen/config.in 2012-08-01 10:17:30 +0000
+++ b/autogen/config.in 2012-08-02 10:17:32 +0000
@@ -128,6 +128,9 @@
    we did ioctl TIOCSCTTY). */
 #undef DONT_REOPEN_PTY
 
+/* Define if the system is MS DOS or MS Windows. */
+#undef DOS_NT
+
 /* Define to 1 if you are using the GNU C Library. */
 #undef DOUG_LEA_MALLOC
 
@@ -1150,6 +1153,9 @@
 /* Define to support POP mail retrieval. */
 #undef MAIL_USE_POP
 
+/* Define if the system is MS DOS. */
+#undef MSDOS
+
 /* Define if system's imake configuration file defines `NeedWidePrototypes' as
    `NO'. */
 #undef NARROWPROTO
@@ -1416,9 +1422,6 @@
 # endif
 #endif
 
-/* Some platforms redefine this. */
-#undef WRETCODE
-
 /* Define this to check for malloc buffer overrun. */
 #undef XMALLOC_OVERRUN_CHECK
 
@@ -1530,6 +1533,35 @@
    configuration information. */
 #undef config_opsysfile
 
+/* _GL_INLINE is a portable alternative to ISO C99 plain 'inline'.
+   _GL_EXTERN_INLINE is a portable alternative to 'extern inline'.
+   _GL_INLINE_HEADER_BEGIN contains useful stuff to put
+     in an include file, before uses of _GL_INLINE.
+     It suppresses GCC's bogus "no previous prototype for 'FOO'" diagnostic,
+     when FOO is an inline function in the header; see
+     <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>.
+   _GL_INLINE_HEADER_END contains useful stuff to put
+     in the same include file, after uses of _GL_INLINE.  */
+#if __GNUC__ ? __GNUC_STDC_INLINE__ : 199901L <= __STDC_VERSION__
+# define _GL_INLINE inline
+# define _GL_EXTERN_INLINE extern inline
+# if (__GNUC__ == 4 && 6 <= __GNUC_MINOR__) || 4 < __GNUC__
+#  define _GL_INLINE_HEADER_BEGIN \
+     _Pragma ("GCC diagnostic push") \
+     _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"")
+#  define _GL_INLINE_HEADER_END \
+     _Pragma ("GCC diagnostic pop")
+# endif
+#else
+# define _GL_INLINE static inline
+# define _GL_EXTERN_INLINE static inline
+#endif
+
+#ifndef _GL_INLINE_HEADER_BEGIN
+# define _GL_INLINE_HEADER_BEGIN
+# define _GL_INLINE_HEADER_END
+#endif
+
 /* A replacement for va_copy, if needed.  */
 #define gl_va_copy(a,b) ((a) = (b))
 
@@ -1632,9 +1664,6 @@
 /* Define as `fork' if `vfork' does not work. */
 #undef vfork
 
-/* Some platforms redefine this. */
-#undef wait3
-
 #include <conf_post.h>
 
 #endif /* EMACS_CONFIG_H */

=== modified file 'autogen/configure'
--- a/autogen/configure 2012-08-01 10:17:30 +0000
+++ b/autogen/configure 2012-08-02 10:17:32 +0000
@@ -6945,6 +6945,7 @@
   # Code from module environ:
   # Code from module extensions:
 
+  # Code from module extern-inline:
   # Code from module filemode:
   # Code from module getloadavg:
   # Code from module getopt-gnu:
@@ -15229,17 +15230,6 @@
     ;;
 esac
 
-case $opsys in
-  irix6-5 | sol2* | unixware )
-
-$as_echo "#define wait3(status, options, rusage) waitpid ((pid_t) -1, 
(status), (options))" >>confdefs.h
-
-
-$as_echo "#define WRETCODE(w) (w >> 8)" >>confdefs.h
-
-    ;;
-esac
-
 
 case $opsys in
   hpux* | sol2* )
@@ -15262,6 +15252,8 @@
 
 
 
+
+
 case $opsys in
   aix4-2)
     $as_echo "#define USG /**/" >>confdefs.h
@@ -16358,6 +16350,10 @@
     HAVE_DECL_ENVIRON=0
   fi
 
+
+
+
+
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for st_dm_mode in struct 
stat" >&5
 $as_echo_n "checking for st_dm_mode in struct stat... " >&6; }
 if test "${ac_cv_struct_st_dm_mode+set}" = set; then :
@@ -19999,6 +19995,7 @@
 
 
 
+
 # Persuade glibc <stdlib.h> to declare getloadavg().
 
 
@@ -23139,7 +23136,6 @@
 
 
 
-
      if test $gl_cv_have_include_next = yes; then
        gl_cv_next_unistd_h='<'unistd.h'>'
      else


reply via email to

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