summaryrefslogtreecommitdiff
path: root/m4/prereq.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-07-12 06:36:02 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-07-12 06:36:02 +0000
commitbae8432a9bd5d3b6620339f946cecbc56e7a5e7a (patch)
treeafb6e3225e3afc49453714af3abd23996439112e /m4/prereq.m4
parentfdfe049a93ce768279484e59e297868f94626908 (diff)
downloadcoreutils-bae8432a9bd5d3b6620339f946cecbc56e7a5e7a.tar.xz
(gl_PREREQ): Add gl_C_STRTOLD.
Diffstat (limited to 'm4/prereq.m4')
-rw-r--r--m4/prereq.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/prereq.m4 b/m4/prereq.m4
index e2588a29e..051d75882 100644
--- a/m4/prereq.m4
+++ b/m4/prereq.m4
@@ -1,4 +1,4 @@
-#serial 40
+#serial 41
dnl We use gl_ for non Autoconf macros.
m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
@@ -17,6 +17,7 @@ AC_DEFUN([gl_PREREQ],
AC_REQUIRE([gl_FUNC_MKSTEMP])
AC_REQUIRE([gl_ALLOCSA])
AC_REQUIRE([gl_BACKUPFILE])
+ AC_REQUIRE([gl_C_STRTOLD])
AC_REQUIRE([gl_CANON_HOST])
AC_REQUIRE([gl_CLOEXEC])
AC_REQUIRE([gl_CLOSEOUT])