gnulib: update

There are now new files to track.  See
<https://lists.gnu.org/r/bug-gnulib/2022-07/msg00053.html>.
This commit is contained in:
Akim Demaille
2022-07-04 07:21:05 +02:00
parent cb679b2a09
commit 78b767d3eb
6 changed files with 1460 additions and 1012 deletions

View File

@@ -55,9 +55,6 @@ AC_PROG_CXX
# Gnulib (early checks).
gl_EARLY
# We want ostream_printf and hyperlink support.
gl_LIBTEXTSTYLE_OPTIONAL([0.20.5])
# Gnulib uses '#pragma GCC diagnostic push' to silence some
# warnings, but older gcc doesn't support this.
AC_CACHE_CHECK([whether pragma GCC diagnostic push works],
@@ -285,6 +282,9 @@ AC_C_INLINE
# gl_EARLY avoids some redundant checks.
gl_INIT
# We want ostream_printf and hyperlink support.
gl_LIBTEXTSTYLE_OPTIONAL([0.20.5])
# Checks for library functions.
AC_CHECK_FUNCS_ONCE([setlocale])