aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-08-02 06:17:32 -0400
committerGlenn Morris2012-08-02 06:17:32 -0400
commit7cd2ed2c6d5d0cf73fb28e21a46c614c3b9f10c8 (patch)
treeca23ec8f64d17b0fb07d2f4c4383cfb336ddcd90
parentc0ce93fddb70b23d9c7a5f9c822b75c75fc6cec0 (diff)
downloademacs-7cd2ed2c6d5d0cf73fb28e21a46c614c3b9f10c8.tar.gz
emacs-7cd2ed2c6d5d0cf73fb28e21a46c614c3b9f10c8.zip
Auto-commit of generated files.
-rw-r--r--autogen/Makefile.in22
-rw-r--r--autogen/aclocal.m41
-rw-r--r--autogen/config.in41
-rwxr-xr-xautogen/configure20
4 files changed, 57 insertions, 27 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in
index bcaebd9e080..2aba86fe0d6 100644
--- a/autogen/Makefile.in
+++ b/autogen/Makefile.in
@@ -66,9 +66,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
66 $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/c-strtod.m4 \ 66 $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/c-strtod.m4 \
67 $(top_srcdir)/m4/clock_time.m4 $(top_srcdir)/m4/dup2.m4 \ 67 $(top_srcdir)/m4/clock_time.m4 $(top_srcdir)/m4/dup2.m4 \
68 $(top_srcdir)/m4/environ.m4 $(top_srcdir)/m4/extensions.m4 \ 68 $(top_srcdir)/m4/environ.m4 $(top_srcdir)/m4/extensions.m4 \
69 $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/getloadavg.m4 \ 69 $(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/filemode.m4 \
70 $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/gettime.m4 \ 70 $(top_srcdir)/m4/getloadavg.m4 $(top_srcdir)/m4/getopt.m4 \
71 $(top_srcdir)/m4/gettimeofday.m4 \ 71 $(top_srcdir)/m4/gettime.m4 $(top_srcdir)/m4/gettimeofday.m4 \
72 $(top_srcdir)/m4/gnulib-common.m4 \ 72 $(top_srcdir)/m4/gnulib-common.m4 \
73 $(top_srcdir)/m4/gnulib-comp.m4 \ 73 $(top_srcdir)/m4/gnulib-comp.m4 \
74 $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/inttypes.m4 \ 74 $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/inttypes.m4 \
@@ -111,16 +111,17 @@ am__DEPENDENCIES_1 =
111am__libgnu_a_SOURCES_DIST = allocator.c c-ctype.h c-ctype.c \ 111am__libgnu_a_SOURCES_DIST = allocator.c c-ctype.h c-ctype.c \
112 c-strcase.h c-strcasecmp.c c-strncasecmp.c careadlinkat.c \ 112 c-strcase.h c-strcasecmp.c c-strncasecmp.c careadlinkat.c \
113 md5.c sha1.c sha256.c sha512.c dtoastr.c dtotimespec.c \ 113 md5.c sha1.c sha256.c sha512.c dtoastr.c dtotimespec.c \
114 filemode.c gettext.h gettime.c strftime.c timespec-add.c \ 114 filemode.c gettext.h gettime.c stat-time.c strftime.c \
115 timespec-sub.c utimens.c 115 timespec.c timespec-add.c timespec-sub.c u64.c utimens.c
116am__objects_1 = 116am__objects_1 =
117am_libgnu_a_OBJECTS = allocator.$(OBJEXT) c-ctype.$(OBJEXT) \ 117am_libgnu_a_OBJECTS = allocator.$(OBJEXT) c-ctype.$(OBJEXT) \
118 c-strcasecmp.$(OBJEXT) c-strncasecmp.$(OBJEXT) \ 118 c-strcasecmp.$(OBJEXT) c-strncasecmp.$(OBJEXT) \
119 careadlinkat.$(OBJEXT) md5.$(OBJEXT) sha1.$(OBJEXT) \ 119 careadlinkat.$(OBJEXT) md5.$(OBJEXT) sha1.$(OBJEXT) \
120 sha256.$(OBJEXT) sha512.$(OBJEXT) dtoastr.$(OBJEXT) \ 120 sha256.$(OBJEXT) sha512.$(OBJEXT) dtoastr.$(OBJEXT) \
121 dtotimespec.$(OBJEXT) filemode.$(OBJEXT) $(am__objects_1) \ 121 dtotimespec.$(OBJEXT) filemode.$(OBJEXT) $(am__objects_1) \
122 gettime.$(OBJEXT) strftime.$(OBJEXT) timespec-add.$(OBJEXT) \ 122 gettime.$(OBJEXT) stat-time.$(OBJEXT) strftime.$(OBJEXT) \
123 timespec-sub.$(OBJEXT) utimens.$(OBJEXT) 123 timespec.$(OBJEXT) timespec-add.$(OBJEXT) \
124 timespec-sub.$(OBJEXT) u64.$(OBJEXT) utimens.$(OBJEXT)
124libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS) 125libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
125depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp 126depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
126am__depfiles_maybe = depfiles 127am__depfiles_maybe = depfiles
@@ -878,8 +879,8 @@ DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src
878libgnu_a_SOURCES = allocator.c c-ctype.h c-ctype.c c-strcase.h \ 879libgnu_a_SOURCES = allocator.c c-ctype.h c-ctype.c c-strcase.h \
879 c-strcasecmp.c c-strncasecmp.c careadlinkat.c md5.c sha1.c \ 880 c-strcasecmp.c c-strncasecmp.c careadlinkat.c md5.c sha1.c \
880 sha256.c sha512.c dtoastr.c dtotimespec.c filemode.c \ 881 sha256.c sha512.c dtoastr.c dtotimespec.c filemode.c \
881 $(am__append_1) gettime.c strftime.c timespec-add.c \ 882 $(am__append_1) gettime.c stat-time.c strftime.c timespec.c \
882 timespec-sub.c utimens.c 883 timespec-add.c timespec-sub.c u64.c utimens.c
883libgnu_a_LIBADD = $(gl_LIBOBJS) 884libgnu_a_LIBADD = $(gl_LIBOBJS)
884libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) 885libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
885EXTRA_libgnu_a_SOURCES = ftoastr.c dup2.c getloadavg.c getopt.c \ 886EXTRA_libgnu_a_SOURCES = ftoastr.c dup2.c getloadavg.c getopt.c \
@@ -968,6 +969,7 @@ distclean-compile:
968@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Po@am__quote@ 969@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Po@am__quote@
969@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha256.Po@am__quote@ 970@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha256.Po@am__quote@
970@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha512.Po@am__quote@ 971@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha512.Po@am__quote@
972@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat-time.Po@am__quote@
971@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat.Po@am__quote@ 973@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat.Po@am__quote@
972@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strftime.Po@am__quote@ 974@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strftime.Po@am__quote@
973@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoimax.Po@am__quote@ 975@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoimax.Po@am__quote@
@@ -980,6 +982,8 @@ distclean-compile:
980@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_r.Po@am__quote@ 982@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_r.Po@am__quote@
981@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timespec-add.Po@am__quote@ 983@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timespec-add.Po@am__quote@
982@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timespec-sub.Po@am__quote@ 984@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timespec-sub.Po@am__quote@
985@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timespec.Po@am__quote@
986@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/u64.Po@am__quote@
983@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utimens.Po@am__quote@ 987@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utimens.Po@am__quote@
984 988
985.c.o: 989.c.o:
diff --git a/autogen/aclocal.m4 b/autogen/aclocal.m4
index 4d397b99b11..f7ef80bb805 100644
--- a/autogen/aclocal.m4
+++ b/autogen/aclocal.m4
@@ -991,6 +991,7 @@ m4_include([m4/clock_time.m4])
991m4_include([m4/dup2.m4]) 991m4_include([m4/dup2.m4])
992m4_include([m4/environ.m4]) 992m4_include([m4/environ.m4])
993m4_include([m4/extensions.m4]) 993m4_include([m4/extensions.m4])
994m4_include([m4/extern-inline.m4])
994m4_include([m4/filemode.m4]) 995m4_include([m4/filemode.m4])
995m4_include([m4/getloadavg.m4]) 996m4_include([m4/getloadavg.m4])
996m4_include([m4/getopt.m4]) 997m4_include([m4/getopt.m4])
diff --git a/autogen/config.in b/autogen/config.in
index c330f6425a2..6bb7c6d3828 100644
--- a/autogen/config.in
+++ b/autogen/config.in
@@ -128,6 +128,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
128 we did ioctl TIOCSCTTY). */ 128 we did ioctl TIOCSCTTY). */
129#undef DONT_REOPEN_PTY 129#undef DONT_REOPEN_PTY
130 130
131/* Define if the system is MS DOS or MS Windows. */
132#undef DOS_NT
133
131/* Define to 1 if you are using the GNU C Library. */ 134/* Define to 1 if you are using the GNU C Library. */
132#undef DOUG_LEA_MALLOC 135#undef DOUG_LEA_MALLOC
133 136
@@ -1150,6 +1153,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1150/* Define to support POP mail retrieval. */ 1153/* Define to support POP mail retrieval. */
1151#undef MAIL_USE_POP 1154#undef MAIL_USE_POP
1152 1155
1156/* Define if the system is MS DOS. */
1157#undef MSDOS
1158
1153/* Define if system's imake configuration file defines `NeedWidePrototypes' as 1159/* Define if system's imake configuration file defines `NeedWidePrototypes' as
1154 `NO'. */ 1160 `NO'. */
1155#undef NARROWPROTO 1161#undef NARROWPROTO
@@ -1416,9 +1422,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1416# endif 1422# endif
1417#endif 1423#endif
1418 1424
1419/* Some platforms redefine this. */
1420#undef WRETCODE
1421
1422/* Define this to check for malloc buffer overrun. */ 1425/* Define this to check for malloc buffer overrun. */
1423#undef XMALLOC_OVERRUN_CHECK 1426#undef XMALLOC_OVERRUN_CHECK
1424 1427
@@ -1530,6 +1533,35 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1530 configuration information. */ 1533 configuration information. */
1531#undef config_opsysfile 1534#undef config_opsysfile
1532 1535
1536/* _GL_INLINE is a portable alternative to ISO C99 plain 'inline'.
1537 _GL_EXTERN_INLINE is a portable alternative to 'extern inline'.
1538 _GL_INLINE_HEADER_BEGIN contains useful stuff to put
1539 in an include file, before uses of _GL_INLINE.
1540 It suppresses GCC's bogus "no previous prototype for 'FOO'" diagnostic,
1541 when FOO is an inline function in the header; see
1542 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>.
1543 _GL_INLINE_HEADER_END contains useful stuff to put
1544 in the same include file, after uses of _GL_INLINE. */
1545#if __GNUC__ ? __GNUC_STDC_INLINE__ : 199901L <= __STDC_VERSION__
1546# define _GL_INLINE inline
1547# define _GL_EXTERN_INLINE extern inline
1548# if (__GNUC__ == 4 && 6 <= __GNUC_MINOR__) || 4 < __GNUC__
1549# define _GL_INLINE_HEADER_BEGIN \
1550 _Pragma ("GCC diagnostic push") \
1551 _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"")
1552# define _GL_INLINE_HEADER_END \
1553 _Pragma ("GCC diagnostic pop")
1554# endif
1555#else
1556# define _GL_INLINE static inline
1557# define _GL_EXTERN_INLINE static inline
1558#endif
1559
1560#ifndef _GL_INLINE_HEADER_BEGIN
1561# define _GL_INLINE_HEADER_BEGIN
1562# define _GL_INLINE_HEADER_END
1563#endif
1564
1533/* A replacement for va_copy, if needed. */ 1565/* A replacement for va_copy, if needed. */
1534#define gl_va_copy(a,b) ((a) = (b)) 1566#define gl_va_copy(a,b) ((a) = (b))
1535 1567
@@ -1632,9 +1664,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1632/* Define as `fork' if `vfork' does not work. */ 1664/* Define as `fork' if `vfork' does not work. */
1633#undef vfork 1665#undef vfork
1634 1666
1635/* Some platforms redefine this. */
1636#undef wait3
1637
1638#include <conf_post.h> 1667#include <conf_post.h>
1639 1668
1640#endif /* EMACS_CONFIG_H */ 1669#endif /* EMACS_CONFIG_H */
diff --git a/autogen/configure b/autogen/configure
index 0bd48822324..2a0d9f3b999 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -6945,6 +6945,7 @@ esac
6945 # Code from module environ: 6945 # Code from module environ:
6946 # Code from module extensions: 6946 # Code from module extensions:
6947 6947
6948 # Code from module extern-inline:
6948 # Code from module filemode: 6949 # Code from module filemode:
6949 # Code from module getloadavg: 6950 # Code from module getloadavg:
6950 # Code from module getopt-gnu: 6951 # Code from module getopt-gnu:
@@ -15229,17 +15230,6 @@ $as_echo "#define TIOCSIGSEND TIOCSIGNAL" >>confdefs.h
15229 ;; 15230 ;;
15230esac 15231esac
15231 15232
15232case $opsys in
15233 irix6-5 | sol2* | unixware )
15234
15235$as_echo "#define wait3(status, options, rusage) waitpid ((pid_t) -1, (status), (options))" >>confdefs.h
15236
15237
15238$as_echo "#define WRETCODE(w) (w >> 8)" >>confdefs.h
15239
15240 ;;
15241esac
15242
15243 15233
15244case $opsys in 15234case $opsys in
15245 hpux* | sol2* ) 15235 hpux* | sol2* )
@@ -15262,6 +15252,8 @@ esac
15262 15252
15263 15253
15264 15254
15255
15256
15265case $opsys in 15257case $opsys in
15266 aix4-2) 15258 aix4-2)
15267 $as_echo "#define USG /**/" >>confdefs.h 15259 $as_echo "#define USG /**/" >>confdefs.h
@@ -16358,6 +16350,10 @@ $as_echo "#define HAVE_ENVIRON_DECL 1" >>confdefs.h
16358 HAVE_DECL_ENVIRON=0 16350 HAVE_DECL_ENVIRON=0
16359 fi 16351 fi
16360 16352
16353
16354
16355
16356
16361{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for st_dm_mode in struct stat" >&5 16357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for st_dm_mode in struct stat" >&5
16362$as_echo_n "checking for st_dm_mode in struct stat... " >&6; } 16358$as_echo_n "checking for st_dm_mode in struct stat... " >&6; }
16363if test "${ac_cv_struct_st_dm_mode+set}" = set; then : 16359if test "${ac_cv_struct_st_dm_mode+set}" = set; then :
@@ -19999,6 +19995,7 @@ fi
19999 19995
20000 19996
20001 19997
19998
20002# Persuade glibc <stdlib.h> to declare getloadavg(). 19999# Persuade glibc <stdlib.h> to declare getloadavg().
20003 20000
20004 20001
@@ -23139,7 +23136,6 @@ fi
23139 23136
23140 23137
23141 23138
23142
23143 if test $gl_cv_have_include_next = yes; then 23139 if test $gl_cv_have_include_next = yes; then
23144 gl_cv_next_unistd_h='<'unistd.h'>' 23140 gl_cv_next_unistd_h='<'unistd.h'>'
23145 else 23141 else