gnulib: re-generate build files

I see some changes in the generated files when running update-gnulib.sh.
The changes appeared with commit 35b38b0182 ("Finalized intl-update
patches (trois)").  This is most likely due to how the autotools were
ran in that commit, possibly with some different -I arguments.

Change-Id: Idaad8084b0e91e22d066f573775e21d0c7a039cb
This commit is contained in:
Simon Marchi
2024-03-11 22:41:19 -04:00
parent 402c361af6
commit d404349e5f
4 changed files with 23 additions and 23 deletions

View File

@@ -107,7 +107,12 @@ host_triplet = @host@
target_triplet = @target@ target_triplet = @target@
subdir = . subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/import/m4/00gnulib.m4 \ am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
$(top_srcdir)/../config/largefile.m4 \
$(top_srcdir)/../config/lead-dot.m4 \
$(top_srcdir)/../config/override.m4 \
$(top_srcdir)/../config/plugins.m4 \
$(top_srcdir)/import/m4/00gnulib.m4 \
$(top_srcdir)/import/m4/__inline.m4 \ $(top_srcdir)/import/m4/__inline.m4 \
$(top_srcdir)/import/m4/absolute-header.m4 \ $(top_srcdir)/import/m4/absolute-header.m4 \
$(top_srcdir)/import/m4/alloca.m4 \ $(top_srcdir)/import/m4/alloca.m4 \
@@ -120,6 +125,7 @@ am__aclocal_m4_deps = $(top_srcdir)/import/m4/00gnulib.m4 \
$(top_srcdir)/import/m4/clock_time.m4 \ $(top_srcdir)/import/m4/clock_time.m4 \
$(top_srcdir)/import/m4/close.m4 \ $(top_srcdir)/import/m4/close.m4 \
$(top_srcdir)/import/m4/closedir.m4 \ $(top_srcdir)/import/m4/closedir.m4 \
$(top_srcdir)/import/m4/codeset.m4 \
$(top_srcdir)/import/m4/ctype_h.m4 \ $(top_srcdir)/import/m4/ctype_h.m4 \
$(top_srcdir)/import/m4/d-ino.m4 \ $(top_srcdir)/import/m4/d-ino.m4 \
$(top_srcdir)/import/m4/d-type.m4 \ $(top_srcdir)/import/m4/d-type.m4 \
@@ -276,13 +282,7 @@ am__aclocal_m4_deps = $(top_srcdir)/import/m4/00gnulib.m4 \
$(top_srcdir)/import/m4/wmemchr.m4 \ $(top_srcdir)/import/m4/wmemchr.m4 \
$(top_srcdir)/import/m4/wmempcpy.m4 \ $(top_srcdir)/import/m4/wmempcpy.m4 \
$(top_srcdir)/import/m4/year2038.m4 \ $(top_srcdir)/import/m4/year2038.m4 \
$(top_srcdir)/import/m4/zzgnulib.m4 \ $(top_srcdir)/import/m4/zzgnulib.m4 $(top_srcdir)/configure.ac
$(top_srcdir)/../config/codeset.m4 \
$(top_srcdir)/../config/depstand.m4 \
$(top_srcdir)/../config/largefile.m4 \
$(top_srcdir)/../config/lead-dot.m4 \
$(top_srcdir)/../config/override.m4 \
$(top_srcdir)/../config/plugins.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4) $(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \

12
gnulib/aclocal.m4 vendored
View File

@@ -1169,6 +1169,11 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar]) AC_SUBST([am__untar])
]) # _AM_PROG_TAR ]) # _AM_PROG_TAR
m4_include([../config/depstand.m4])
m4_include([../config/largefile.m4])
m4_include([../config/lead-dot.m4])
m4_include([../config/override.m4])
m4_include([../config/plugins.m4])
m4_include([import/m4/00gnulib.m4]) m4_include([import/m4/00gnulib.m4])
m4_include([import/m4/__inline.m4]) m4_include([import/m4/__inline.m4])
m4_include([import/m4/absolute-header.m4]) m4_include([import/m4/absolute-header.m4])
@@ -1182,6 +1187,7 @@ m4_include([import/m4/chown.m4])
m4_include([import/m4/clock_time.m4]) m4_include([import/m4/clock_time.m4])
m4_include([import/m4/close.m4]) m4_include([import/m4/close.m4])
m4_include([import/m4/closedir.m4]) m4_include([import/m4/closedir.m4])
m4_include([import/m4/codeset.m4])
m4_include([import/m4/ctype_h.m4]) m4_include([import/m4/ctype_h.m4])
m4_include([import/m4/d-ino.m4]) m4_include([import/m4/d-ino.m4])
m4_include([import/m4/d-type.m4]) m4_include([import/m4/d-type.m4])
@@ -1340,9 +1346,3 @@ m4_include([import/m4/wmemchr.m4])
m4_include([import/m4/wmempcpy.m4]) m4_include([import/m4/wmempcpy.m4])
m4_include([import/m4/year2038.m4]) m4_include([import/m4/year2038.m4])
m4_include([import/m4/zzgnulib.m4]) m4_include([import/m4/zzgnulib.m4])
m4_include([../config/codeset.m4])
m4_include([../config/depstand.m4])
m4_include([../config/largefile.m4])
m4_include([../config/lead-dot.m4])
m4_include([../config/override.m4])
m4_include([../config/plugins.m4])

2
gnulib/configure vendored
View File

@@ -8433,7 +8433,7 @@ else
int int
main () main ()
{ {
char* cs = nl_langinfo(CODESET); char* cs = nl_langinfo(CODESET); return !cs;
; ;
return 0; return 0;
} }

View File

@@ -259,7 +259,12 @@ target_triplet = @target@
@GL_COND_OBJ_WMEMPCPY_TRUE@am__append_81 = wmempcpy.c @GL_COND_OBJ_WMEMPCPY_TRUE@am__append_81 = wmempcpy.c
subdir = import subdir = import
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/import/m4/00gnulib.m4 \ am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
$(top_srcdir)/../config/largefile.m4 \
$(top_srcdir)/../config/lead-dot.m4 \
$(top_srcdir)/../config/override.m4 \
$(top_srcdir)/../config/plugins.m4 \
$(top_srcdir)/import/m4/00gnulib.m4 \
$(top_srcdir)/import/m4/__inline.m4 \ $(top_srcdir)/import/m4/__inline.m4 \
$(top_srcdir)/import/m4/absolute-header.m4 \ $(top_srcdir)/import/m4/absolute-header.m4 \
$(top_srcdir)/import/m4/alloca.m4 \ $(top_srcdir)/import/m4/alloca.m4 \
@@ -272,6 +277,7 @@ am__aclocal_m4_deps = $(top_srcdir)/import/m4/00gnulib.m4 \
$(top_srcdir)/import/m4/clock_time.m4 \ $(top_srcdir)/import/m4/clock_time.m4 \
$(top_srcdir)/import/m4/close.m4 \ $(top_srcdir)/import/m4/close.m4 \
$(top_srcdir)/import/m4/closedir.m4 \ $(top_srcdir)/import/m4/closedir.m4 \
$(top_srcdir)/import/m4/codeset.m4 \
$(top_srcdir)/import/m4/ctype_h.m4 \ $(top_srcdir)/import/m4/ctype_h.m4 \
$(top_srcdir)/import/m4/d-ino.m4 \ $(top_srcdir)/import/m4/d-ino.m4 \
$(top_srcdir)/import/m4/d-type.m4 \ $(top_srcdir)/import/m4/d-type.m4 \
@@ -428,13 +434,7 @@ am__aclocal_m4_deps = $(top_srcdir)/import/m4/00gnulib.m4 \
$(top_srcdir)/import/m4/wmemchr.m4 \ $(top_srcdir)/import/m4/wmemchr.m4 \
$(top_srcdir)/import/m4/wmempcpy.m4 \ $(top_srcdir)/import/m4/wmempcpy.m4 \
$(top_srcdir)/import/m4/year2038.m4 \ $(top_srcdir)/import/m4/year2038.m4 \
$(top_srcdir)/import/m4/zzgnulib.m4 \ $(top_srcdir)/import/m4/zzgnulib.m4 $(top_srcdir)/configure.ac
$(top_srcdir)/../config/codeset.m4 \
$(top_srcdir)/../config/depstand.m4 \
$(top_srcdir)/../config/largefile.m4 \
$(top_srcdir)/../config/lead-dot.m4 \
$(top_srcdir)/../config/override.m4 \
$(top_srcdir)/../config/plugins.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4) $(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS)