diff options
| author | Glenn Morris | 2011-06-21 06:18:39 -0400 |
|---|---|---|
| committer | Glenn Morris | 2011-06-21 06:18:39 -0400 |
| commit | d87ffdb72966234fccb07ea9dcb8646905741fe0 (patch) | |
| tree | 365da7f47b850f090ac8cabd1efb555f54f49bdf | |
| parent | ae9c04116ab15e45966de6663a5a79badd6d8ab5 (diff) | |
| download | emacs-d87ffdb72966234fccb07ea9dcb8646905741fe0.tar.gz emacs-d87ffdb72966234fccb07ea9dcb8646905741fe0.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/Makefile.in | 34 | ||||
| -rw-r--r-- | autogen/aclocal.m4 | 2 | ||||
| -rwxr-xr-x | autogen/configure | 12 |
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 | ||
| 29 | VPATH = @srcdir@ | 29 | VPATH = @srcdir@ |
| 30 | pkgdatadir = $(datadir)/@PACKAGE@ | 30 | pkgdatadir = $(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 | |||
| 82 | libgnu_a_AR = $(AR) $(ARFLAGS) | 83 | libgnu_a_AR = $(AR) $(ARFLAGS) |
| 83 | am__DEPENDENCIES_1 = | 84 | am__DEPENDENCIES_1 = |
| 84 | am__libgnu_a_SOURCES_DIST = allocator.c careadlinkat.c md5.c sha1.c \ | 85 | am__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 |
| 86 | am__objects_1 = | 87 | am__objects_1 = |
| 87 | am_libgnu_a_OBJECTS = allocator.$(OBJEXT) careadlinkat.$(OBJEXT) \ | 88 | am_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) | ||
| 90 | libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS) | 92 | libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS) |
| 91 | depcomp = $(SHELL) $(top_srcdir)/depcomp | 93 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
| 92 | am__depfiles_maybe = depfiles | 94 | am__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 |
| 736 | EXTRA_DIST = allocator.h $(top_srcdir)/./arg-nonnull.h \ | 738 | EXTRA_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 |
| 746 | MOSTLYCLEANDIRS = sys | 748 | MOSTLYCLEANDIRS = sys |
| 747 | MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \ | 749 | MOSTLYCLEANFILES = 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 |
| 753 | noinst_LIBRARIES = libgnu.a | 755 | noinst_LIBRARIES = libgnu.a |
| 754 | DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src | 756 | DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src |
| 755 | libgnu_a_SOURCES = allocator.c careadlinkat.c md5.c sha1.c dtoastr.c \ | 757 | libgnu_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 |
| 757 | libgnu_a_LIBADD = $(gl_LIBOBJS) | 759 | libgnu_a_LIBADD = $(gl_LIBOBJS) |
| 758 | libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) | 760 | libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) |
| 759 | EXTRA_libgnu_a_SOURCES = ftoastr.c getloadavg.c getopt.c getopt1.c \ | 761 | EXTRA_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]) | |||
| 1001 | m4_include([m4/multiarch.m4]) | 1001 | m4_include([m4/multiarch.m4]) |
| 1002 | m4_include([m4/readlink.m4]) | 1002 | m4_include([m4/readlink.m4]) |
| 1003 | m4_include([m4/sha1.m4]) | 1003 | m4_include([m4/sha1.m4]) |
| 1004 | m4_include([m4/sha256.m4]) | ||
| 1005 | m4_include([m4/sha512.m4]) | ||
| 1004 | m4_include([m4/socklen.m4]) | 1006 | m4_include([m4/socklen.m4]) |
| 1005 | m4_include([m4/ssize_t.m4]) | 1007 | m4_include([m4/ssize_t.m4]) |
| 1006 | m4_include([m4/st_dm_mode.m4]) | 1008 | m4_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 |