summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2022-07-04 07:21:05 +0200
committerAkim Demaille <akim.demaille@gmail.com>2022-07-31 10:52:47 +0200
commit78b767d3eb192a62f9941f1c1fb9a94b48f4294e (patch)
treeff5bf08060350684d90f8782e393286d63b4600b /configure.ac
parentcb679b2a098dc3642be4c4ee14b843bd3d4ab8a7 (diff)
downloadbison-78b767d3eb192a62f9941f1c1fb9a94b48f4294e.tar.gz
gnulib: update
There are now new files to track. See <https://lists.gnu.org/r/bug-gnulib/2022-07/msg00053.html>.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ab5f8e91..2f848879 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])