aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-06-21 06:18:39 -0400
committerGlenn Morris2011-06-21 06:18:39 -0400
commitd87ffdb72966234fccb07ea9dcb8646905741fe0 (patch)
tree365da7f47b850f090ac8cabd1efb555f54f49bdf
parentae9c04116ab15e45966de6663a5a79badd6d8ab5 (diff)
downloademacs-d87ffdb72966234fccb07ea9dcb8646905741fe0.tar.gz
emacs-d87ffdb72966234fccb07ea9dcb8646905741fe0.zip
Auto-commit of generated files.
-rw-r--r--autogen/Makefile.in34
-rw-r--r--autogen/aclocal.m42
-rwxr-xr-xautogen/configure12
3 files changed, 33 insertions, 15 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in
index 1d80f95190e..18127366751 100644
--- a/autogen/Makefile.in
+++ b/autogen/Makefile.in
@@ -24,7 +24,7 @@
24# the same distribution terms as the rest of that program. 24# the same distribution terms as the rest of that program.
25# 25#
26# Generated by gnulib-tool. 26# Generated by gnulib-tool.
27# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files careadlinkat crypto/md5 crypto/sha1 dtoastr filemode getloadavg getopt-gnu ignore-value intprops lstat mktime readlink socklen stdarg stdio strftime strtoumax symlink sys_stat 27# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr filemode getloadavg getopt-gnu ignore-value intprops lstat mktime readlink socklen stdarg stdio strftime strtoumax symlink sys_stat
28 28
29VPATH = @srcdir@ 29VPATH = @srcdir@
30pkgdatadir = $(datadir)/@PACKAGE@ 30pkgdatadir = $(datadir)/@PACKAGE@
@@ -59,7 +59,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
59 $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/lstat.m4 \ 59 $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/lstat.m4 \
60 $(top_srcdir)/m4/md5.m4 $(top_srcdir)/m4/mktime.m4 \ 60 $(top_srcdir)/m4/md5.m4 $(top_srcdir)/m4/mktime.m4 \
61 $(top_srcdir)/m4/multiarch.m4 $(top_srcdir)/m4/readlink.m4 \ 61 $(top_srcdir)/m4/multiarch.m4 $(top_srcdir)/m4/readlink.m4 \
62 $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/socklen.m4 \ 62 $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sha256.m4 \
63 $(top_srcdir)/m4/sha512.m4 $(top_srcdir)/m4/socklen.m4 \
63 $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \ 64 $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
64 $(top_srcdir)/m4/stat.m4 $(top_srcdir)/m4/stdarg.m4 \ 65 $(top_srcdir)/m4/stat.m4 $(top_srcdir)/m4/stdarg.m4 \
65 $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \ 66 $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \
@@ -82,11 +83,12 @@ ARFLAGS = cru
82libgnu_a_AR = $(AR) $(ARFLAGS) 83libgnu_a_AR = $(AR) $(ARFLAGS)
83am__DEPENDENCIES_1 = 84am__DEPENDENCIES_1 =
84am__libgnu_a_SOURCES_DIST = allocator.c careadlinkat.c md5.c sha1.c \ 85am__libgnu_a_SOURCES_DIST = allocator.c careadlinkat.c md5.c sha1.c \
85 dtoastr.c filemode.c gettext.h strftime.c 86 sha256.c sha512.c dtoastr.c filemode.c gettext.h strftime.c
86am__objects_1 = 87am__objects_1 =
87am_libgnu_a_OBJECTS = allocator.$(OBJEXT) careadlinkat.$(OBJEXT) \ 88am_libgnu_a_OBJECTS = allocator.$(OBJEXT) careadlinkat.$(OBJEXT) \
88 md5.$(OBJEXT) sha1.$(OBJEXT) dtoastr.$(OBJEXT) \ 89 md5.$(OBJEXT) sha1.$(OBJEXT) sha256.$(OBJEXT) sha512.$(OBJEXT) \
89 filemode.$(OBJEXT) $(am__objects_1) strftime.$(OBJEXT) 90 dtoastr.$(OBJEXT) filemode.$(OBJEXT) $(am__objects_1) \
91 strftime.$(OBJEXT)
90libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS) 92libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
91depcomp = $(SHELL) $(top_srcdir)/depcomp 93depcomp = $(SHELL) $(top_srcdir)/depcomp
92am__depfiles_maybe = depfiles 94am__depfiles_maybe = depfiles
@@ -734,14 +736,14 @@ BUILT_SOURCES = arg-nonnull.h c++defs.h $(GETOPT_H) inttypes.h \
734 $(STDARG_H) $(STDBOOL_H) $(STDDEF_H) $(STDINT_H) stdio.h \ 736 $(STDARG_H) $(STDBOOL_H) $(STDDEF_H) $(STDINT_H) stdio.h \
735 stdlib.h sys/stat.h time.h unistd.h warn-on-use.h 737 stdlib.h sys/stat.h time.h unistd.h warn-on-use.h
736EXTRA_DIST = allocator.h $(top_srcdir)/./arg-nonnull.h \ 738EXTRA_DIST = allocator.h $(top_srcdir)/./arg-nonnull.h \
737 $(top_srcdir)/./c++defs.h careadlinkat.h md5.h sha1.h \ 739 $(top_srcdir)/./c++defs.h careadlinkat.h md5.h sha1.h sha256.h \
738 dosname.h ftoastr.c ftoastr.h filemode.h getloadavg.c getopt.c \ 740 sha512.h dosname.h ftoastr.c ftoastr.h filemode.h getloadavg.c \
739 getopt.in.h getopt1.c getopt_int.h ignore-value.h intprops.h \ 741 getopt.c getopt.in.h getopt1.c getopt_int.h ignore-value.h \
740 inttypes.in.h lstat.c mktime-internal.h mktime.c readlink.c \ 742 intprops.h inttypes.in.h lstat.c mktime-internal.h mktime.c \
741 stat.c stdarg.in.h stdbool.in.h stddef.in.h stdint.in.h \ 743 readlink.c stat.c stdarg.in.h stdbool.in.h stddef.in.h \
742 stdio.in.h stdlib.in.h strftime.h strtol.c strtoul.c \ 744 stdint.in.h stdio.in.h stdlib.in.h strftime.h strtol.c \
743 strtoull.c strtoimax.c strtoumax.c symlink.c sys_stat.in.h \ 745 strtoul.c strtoull.c strtoimax.c strtoumax.c symlink.c \
744 time.in.h time_r.c unistd.in.h verify.h \ 746 sys_stat.in.h time.in.h time_r.c u64.h unistd.in.h verify.h \
745 $(top_srcdir)/./warn-on-use.h 747 $(top_srcdir)/./warn-on-use.h
746MOSTLYCLEANDIRS = sys 748MOSTLYCLEANDIRS = sys
747MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \ 749MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \
@@ -752,8 +754,8 @@ MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \
752 unistd.h unistd.h-t warn-on-use.h warn-on-use.h-t 754 unistd.h unistd.h-t warn-on-use.h warn-on-use.h-t
753noinst_LIBRARIES = libgnu.a 755noinst_LIBRARIES = libgnu.a
754DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src 756DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src
755libgnu_a_SOURCES = allocator.c careadlinkat.c md5.c sha1.c dtoastr.c \ 757libgnu_a_SOURCES = allocator.c careadlinkat.c md5.c sha1.c sha256.c \
756 filemode.c $(am__append_1) strftime.c 758 sha512.c dtoastr.c filemode.c $(am__append_1) strftime.c
757libgnu_a_LIBADD = $(gl_LIBOBJS) 759libgnu_a_LIBADD = $(gl_LIBOBJS)
758libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) 760libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
759EXTRA_libgnu_a_SOURCES = ftoastr.c getloadavg.c getopt.c getopt1.c \ 761EXTRA_libgnu_a_SOURCES = ftoastr.c getloadavg.c getopt.c getopt1.c \
@@ -824,6 +826,8 @@ distclean-compile:
824@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mktime.Po@am__quote@ 826@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mktime.Po@am__quote@
825@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readlink.Po@am__quote@ 827@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readlink.Po@am__quote@
826@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Po@am__quote@ 828@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Po@am__quote@
829@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha256.Po@am__quote@
830@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha512.Po@am__quote@
827@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat.Po@am__quote@ 831@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat.Po@am__quote@
828@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strftime.Po@am__quote@ 832@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strftime.Po@am__quote@
829@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoimax.Po@am__quote@ 833@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoimax.Po@am__quote@
diff --git a/autogen/aclocal.m4 b/autogen/aclocal.m4
index 03ace56d91a..eaa2330e9ed 100644
--- a/autogen/aclocal.m4
+++ b/autogen/aclocal.m4
@@ -1001,6 +1001,8 @@ m4_include([m4/mktime.m4])
1001m4_include([m4/multiarch.m4]) 1001m4_include([m4/multiarch.m4])
1002m4_include([m4/readlink.m4]) 1002m4_include([m4/readlink.m4])
1003m4_include([m4/sha1.m4]) 1003m4_include([m4/sha1.m4])
1004m4_include([m4/sha256.m4])
1005m4_include([m4/sha512.m4])
1004m4_include([m4/socklen.m4]) 1006m4_include([m4/socklen.m4])
1005m4_include([m4/ssize_t.m4]) 1007m4_include([m4/ssize_t.m4])
1006m4_include([m4/st_dm_mode.m4]) 1008m4_include([m4/st_dm_mode.m4])
diff --git a/autogen/configure b/autogen/configure
index dbc48737643..d3cf11111a7 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -6541,6 +6541,8 @@ esac
6541 # Code from module careadlinkat: 6541 # Code from module careadlinkat:
6542 # Code from module crypto/md5: 6542 # Code from module crypto/md5:
6543 # Code from module crypto/sha1: 6543 # Code from module crypto/sha1:
6544 # Code from module crypto/sha256:
6545 # Code from module crypto/sha512:
6544 # Code from module dosname: 6546 # Code from module dosname:
6545 # Code from module dtoastr: 6547 # Code from module dtoastr:
6546 # Code from module extensions: 6548 # Code from module extensions:
@@ -6575,6 +6577,7 @@ esac
6575 # Code from module sys_stat: 6577 # Code from module sys_stat:
6576 # Code from module time: 6578 # Code from module time:
6577 # Code from module time_r: 6579 # Code from module time_r:
6580 # Code from module u64:
6578 # Code from module unistd: 6581 # Code from module unistd:
6579 # Code from module verify: 6582 # Code from module verify:
6580 # Code from module warn-on-use: 6583 # Code from module warn-on-use:
@@ -16695,6 +16698,14 @@ fi
16695 16698
16696 16699
16697 16700
16701
16702
16703
16704
16705
16706
16707
16708
16698# Persuade glibc <stdlib.h> to declare getloadavg(). 16709# Persuade glibc <stdlib.h> to declare getloadavg().
16699 16710
16700 16711
@@ -18575,6 +18586,7 @@ fi
18575 18586
18576 18587
18577 18588
18589
18578 if test $gl_cv_have_include_next = yes; then 18590 if test $gl_cv_have_include_next = yes; then
18579 gl_cv_next_unistd_h='<'unistd.h'>' 18591 gl_cv_next_unistd_h='<'unistd.h'>'
18580 else 18592 else