From d87ffdb72966234fccb07ea9dcb8646905741fe0 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 21 Jun 2011 06:18:39 -0400 Subject: [PATCH] Auto-commit of generated files. --- autogen/Makefile.in | 34 +++++++++++++++++++--------------- autogen/aclocal.m4 | 2 ++ 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 @@ # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. -# 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 +# 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 VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ @@ -59,7 +59,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/lstat.m4 \ $(top_srcdir)/m4/md5.m4 $(top_srcdir)/m4/mktime.m4 \ $(top_srcdir)/m4/multiarch.m4 $(top_srcdir)/m4/readlink.m4 \ - $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/socklen.m4 \ + $(top_srcdir)/m4/sha1.m4 $(top_srcdir)/m4/sha256.m4 \ + $(top_srcdir)/m4/sha512.m4 $(top_srcdir)/m4/socklen.m4 \ $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \ $(top_srcdir)/m4/stat.m4 $(top_srcdir)/m4/stdarg.m4 \ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \ @@ -82,11 +83,12 @@ ARFLAGS = cru libgnu_a_AR = $(AR) $(ARFLAGS) am__DEPENDENCIES_1 = am__libgnu_a_SOURCES_DIST = allocator.c careadlinkat.c md5.c sha1.c \ - dtoastr.c filemode.c gettext.h strftime.c + sha256.c sha512.c dtoastr.c filemode.c gettext.h strftime.c am__objects_1 = am_libgnu_a_OBJECTS = allocator.$(OBJEXT) careadlinkat.$(OBJEXT) \ - md5.$(OBJEXT) sha1.$(OBJEXT) dtoastr.$(OBJEXT) \ - filemode.$(OBJEXT) $(am__objects_1) strftime.$(OBJEXT) + md5.$(OBJEXT) sha1.$(OBJEXT) sha256.$(OBJEXT) sha512.$(OBJEXT) \ + dtoastr.$(OBJEXT) filemode.$(OBJEXT) $(am__objects_1) \ + strftime.$(OBJEXT) libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -734,14 +736,14 @@ BUILT_SOURCES = arg-nonnull.h c++defs.h $(GETOPT_H) inttypes.h \ $(STDARG_H) $(STDBOOL_H) $(STDDEF_H) $(STDINT_H) stdio.h \ stdlib.h sys/stat.h time.h unistd.h warn-on-use.h EXTRA_DIST = allocator.h $(top_srcdir)/./arg-nonnull.h \ - $(top_srcdir)/./c++defs.h careadlinkat.h md5.h sha1.h \ - dosname.h ftoastr.c ftoastr.h filemode.h getloadavg.c getopt.c \ - getopt.in.h getopt1.c getopt_int.h ignore-value.h intprops.h \ - inttypes.in.h lstat.c mktime-internal.h mktime.c readlink.c \ - stat.c stdarg.in.h stdbool.in.h stddef.in.h stdint.in.h \ - stdio.in.h stdlib.in.h strftime.h strtol.c strtoul.c \ - strtoull.c strtoimax.c strtoumax.c symlink.c sys_stat.in.h \ - time.in.h time_r.c unistd.in.h verify.h \ + $(top_srcdir)/./c++defs.h careadlinkat.h md5.h sha1.h sha256.h \ + sha512.h dosname.h ftoastr.c ftoastr.h filemode.h getloadavg.c \ + getopt.c getopt.in.h getopt1.c getopt_int.h ignore-value.h \ + intprops.h inttypes.in.h lstat.c mktime-internal.h mktime.c \ + readlink.c stat.c stdarg.in.h stdbool.in.h stddef.in.h \ + stdint.in.h stdio.in.h stdlib.in.h strftime.h strtol.c \ + strtoul.c strtoull.c strtoimax.c strtoumax.c symlink.c \ + sys_stat.in.h time.in.h time_r.c u64.h unistd.in.h verify.h \ $(top_srcdir)/./warn-on-use.h MOSTLYCLEANDIRS = sys MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \ @@ -752,8 +754,8 @@ MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \ unistd.h unistd.h-t warn-on-use.h warn-on-use.h-t noinst_LIBRARIES = libgnu.a DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src -libgnu_a_SOURCES = allocator.c careadlinkat.c md5.c sha1.c dtoastr.c \ - filemode.c $(am__append_1) strftime.c +libgnu_a_SOURCES = allocator.c careadlinkat.c md5.c sha1.c sha256.c \ + sha512.c dtoastr.c filemode.c $(am__append_1) strftime.c libgnu_a_LIBADD = $(gl_LIBOBJS) libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) EXTRA_libgnu_a_SOURCES = ftoastr.c getloadavg.c getopt.c getopt1.c \ @@ -824,6 +826,8 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mktime.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readlink.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha256.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha512.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strftime.Po@am__quote@ @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]) m4_include([m4/multiarch.m4]) m4_include([m4/readlink.m4]) m4_include([m4/sha1.m4]) +m4_include([m4/sha256.m4]) +m4_include([m4/sha512.m4]) m4_include([m4/socklen.m4]) m4_include([m4/ssize_t.m4]) 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 # Code from module careadlinkat: # Code from module crypto/md5: # Code from module crypto/sha1: + # Code from module crypto/sha256: + # Code from module crypto/sha512: # Code from module dosname: # Code from module dtoastr: # Code from module extensions: @@ -6575,6 +6577,7 @@ esac # Code from module sys_stat: # Code from module time: # Code from module time_r: + # Code from module u64: # Code from module unistd: # Code from module verify: # Code from module warn-on-use: @@ -16695,6 +16698,14 @@ fi + + + + + + + + # Persuade glibc to declare getloadavg(). @@ -18575,6 +18586,7 @@ fi + if test $gl_cv_have_include_next = yes; then gl_cv_next_unistd_h='<'unistd.h'>' else -- 2.39.5