mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-18 10:16:51 +00:00
Auto-commit of generated files.
This commit is contained in:
parent
ae9c04116a
commit
d87ffdb729
@ -24,7 +24,7 @@
|
|||||||
# the same distribution terms as the rest of that program.
|
# the same distribution terms as the rest of that program.
|
||||||
#
|
#
|
||||||
# Generated by gnulib-tool.
|
# 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@
|
VPATH = @srcdir@
|
||||||
pkgdatadir = $(datadir)/@PACKAGE@
|
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/longlong.m4 $(top_srcdir)/m4/lstat.m4 \
|
||||||
$(top_srcdir)/m4/md5.m4 $(top_srcdir)/m4/mktime.m4 \
|
$(top_srcdir)/m4/md5.m4 $(top_srcdir)/m4/mktime.m4 \
|
||||||
$(top_srcdir)/m4/multiarch.m4 $(top_srcdir)/m4/readlink.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/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \
|
||||||
$(top_srcdir)/m4/stat.m4 $(top_srcdir)/m4/stdarg.m4 \
|
$(top_srcdir)/m4/stat.m4 $(top_srcdir)/m4/stdarg.m4 \
|
||||||
$(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \
|
$(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \
|
||||||
@ -82,11 +83,12 @@ ARFLAGS = cru
|
|||||||
libgnu_a_AR = $(AR) $(ARFLAGS)
|
libgnu_a_AR = $(AR) $(ARFLAGS)
|
||||||
am__DEPENDENCIES_1 =
|
am__DEPENDENCIES_1 =
|
||||||
am__libgnu_a_SOURCES_DIST = allocator.c careadlinkat.c md5.c sha1.c \
|
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__objects_1 =
|
||||||
am_libgnu_a_OBJECTS = allocator.$(OBJEXT) careadlinkat.$(OBJEXT) \
|
am_libgnu_a_OBJECTS = allocator.$(OBJEXT) careadlinkat.$(OBJEXT) \
|
||||||
md5.$(OBJEXT) sha1.$(OBJEXT) dtoastr.$(OBJEXT) \
|
md5.$(OBJEXT) sha1.$(OBJEXT) sha256.$(OBJEXT) sha512.$(OBJEXT) \
|
||||||
filemode.$(OBJEXT) $(am__objects_1) strftime.$(OBJEXT)
|
dtoastr.$(OBJEXT) filemode.$(OBJEXT) $(am__objects_1) \
|
||||||
|
strftime.$(OBJEXT)
|
||||||
libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
|
libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
|
||||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||||
am__depfiles_maybe = depfiles
|
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 \
|
$(STDARG_H) $(STDBOOL_H) $(STDDEF_H) $(STDINT_H) stdio.h \
|
||||||
stdlib.h sys/stat.h time.h unistd.h warn-on-use.h
|
stdlib.h sys/stat.h time.h unistd.h warn-on-use.h
|
||||||
EXTRA_DIST = allocator.h $(top_srcdir)/./arg-nonnull.h \
|
EXTRA_DIST = allocator.h $(top_srcdir)/./arg-nonnull.h \
|
||||||
$(top_srcdir)/./c++defs.h careadlinkat.h md5.h sha1.h \
|
$(top_srcdir)/./c++defs.h careadlinkat.h md5.h sha1.h sha256.h \
|
||||||
dosname.h ftoastr.c ftoastr.h filemode.h getloadavg.c getopt.c \
|
sha512.h dosname.h ftoastr.c ftoastr.h filemode.h getloadavg.c \
|
||||||
getopt.in.h getopt1.c getopt_int.h ignore-value.h intprops.h \
|
getopt.c getopt.in.h getopt1.c getopt_int.h ignore-value.h \
|
||||||
inttypes.in.h lstat.c mktime-internal.h mktime.c readlink.c \
|
intprops.h inttypes.in.h lstat.c mktime-internal.h mktime.c \
|
||||||
stat.c stdarg.in.h stdbool.in.h stddef.in.h stdint.in.h \
|
readlink.c stat.c stdarg.in.h stdbool.in.h stddef.in.h \
|
||||||
stdio.in.h stdlib.in.h strftime.h strtol.c strtoul.c \
|
stdint.in.h stdio.in.h stdlib.in.h strftime.h strtol.c \
|
||||||
strtoull.c strtoimax.c strtoumax.c symlink.c sys_stat.in.h \
|
strtoul.c strtoull.c strtoimax.c strtoumax.c symlink.c \
|
||||||
time.in.h time_r.c unistd.in.h verify.h \
|
sys_stat.in.h time.in.h time_r.c u64.h unistd.in.h verify.h \
|
||||||
$(top_srcdir)/./warn-on-use.h
|
$(top_srcdir)/./warn-on-use.h
|
||||||
MOSTLYCLEANDIRS = sys
|
MOSTLYCLEANDIRS = sys
|
||||||
MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \
|
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
|
unistd.h unistd.h-t warn-on-use.h warn-on-use.h-t
|
||||||
noinst_LIBRARIES = libgnu.a
|
noinst_LIBRARIES = libgnu.a
|
||||||
DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src
|
DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src
|
||||||
libgnu_a_SOURCES = allocator.c careadlinkat.c md5.c sha1.c dtoastr.c \
|
libgnu_a_SOURCES = allocator.c careadlinkat.c md5.c sha1.c sha256.c \
|
||||||
filemode.c $(am__append_1) strftime.c
|
sha512.c dtoastr.c filemode.c $(am__append_1) strftime.c
|
||||||
libgnu_a_LIBADD = $(gl_LIBOBJS)
|
libgnu_a_LIBADD = $(gl_LIBOBJS)
|
||||||
libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
|
libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
|
||||||
EXTRA_libgnu_a_SOURCES = ftoastr.c getloadavg.c getopt.c getopt1.c \
|
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)/mktime.Po@am__quote@
|
||||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readlink.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)/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)/stat.Po@am__quote@
|
||||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strftime.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@
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoimax.Po@am__quote@
|
||||||
|
2
autogen/aclocal.m4
vendored
2
autogen/aclocal.m4
vendored
@ -1001,6 +1001,8 @@ m4_include([m4/mktime.m4])
|
|||||||
m4_include([m4/multiarch.m4])
|
m4_include([m4/multiarch.m4])
|
||||||
m4_include([m4/readlink.m4])
|
m4_include([m4/readlink.m4])
|
||||||
m4_include([m4/sha1.m4])
|
m4_include([m4/sha1.m4])
|
||||||
|
m4_include([m4/sha256.m4])
|
||||||
|
m4_include([m4/sha512.m4])
|
||||||
m4_include([m4/socklen.m4])
|
m4_include([m4/socklen.m4])
|
||||||
m4_include([m4/ssize_t.m4])
|
m4_include([m4/ssize_t.m4])
|
||||||
m4_include([m4/st_dm_mode.m4])
|
m4_include([m4/st_dm_mode.m4])
|
||||||
|
12
autogen/configure
vendored
12
autogen/configure
vendored
@ -6541,6 +6541,8 @@ esac
|
|||||||
# Code from module careadlinkat:
|
# Code from module careadlinkat:
|
||||||
# Code from module crypto/md5:
|
# Code from module crypto/md5:
|
||||||
# Code from module crypto/sha1:
|
# Code from module crypto/sha1:
|
||||||
|
# Code from module crypto/sha256:
|
||||||
|
# Code from module crypto/sha512:
|
||||||
# Code from module dosname:
|
# Code from module dosname:
|
||||||
# Code from module dtoastr:
|
# Code from module dtoastr:
|
||||||
# Code from module extensions:
|
# Code from module extensions:
|
||||||
@ -6575,6 +6577,7 @@ esac
|
|||||||
# Code from module sys_stat:
|
# Code from module sys_stat:
|
||||||
# Code from module time:
|
# Code from module time:
|
||||||
# Code from module time_r:
|
# Code from module time_r:
|
||||||
|
# Code from module u64:
|
||||||
# Code from module unistd:
|
# Code from module unistd:
|
||||||
# Code from module verify:
|
# Code from module verify:
|
||||||
# Code from module warn-on-use:
|
# Code from module warn-on-use:
|
||||||
@ -16695,6 +16698,14 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Persuade glibc <stdlib.h> to declare getloadavg().
|
# Persuade glibc <stdlib.h> to declare getloadavg().
|
||||||
|
|
||||||
|
|
||||||
@ -18575,6 +18586,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if test $gl_cv_have_include_next = yes; then
|
if test $gl_cv_have_include_next = yes; then
|
||||||
gl_cv_next_unistd_h='<'unistd.h'>'
|
gl_cv_next_unistd_h='<'unistd.h'>'
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user