summaryrefslogtreecommitdiff
path: root/m4/prereq.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-11-03 23:03:17 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-11-03 23:03:17 +0000
commitabd8f84b4a8020e12e82414a82b5304f9e1c0e58 (patch)
treed0b99003de1ee8e79d8187901c01864bc1c3d036 /m4/prereq.m4
parent36ed808afb6975ec58a34adc6022568e209fdef4 (diff)
downloadcoreutils-abd8f84b4a8020e12e82414a82b5304f9e1c0e58.tar.xz
(gl_PREREQ): Require gt_FUNC_SETENV.
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 0602ff11f..4b0ae84c3 100644
--- a/m4/prereq.m4
+++ b/m4/prereq.m4
@@ -1,4 +1,4 @@
-#serial 45
+#serial 46
dnl We use gl_ for non Autoconf macros.
m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
@@ -48,6 +48,7 @@ AC_DEFUN([gl_PREREQ],
AC_REQUIRE([gl_FUNC_READLINK])
AC_REQUIRE([gl_FUNC_RMDIR])
AC_REQUIRE([gl_FUNC_RPMATCH])
+ AC_REQUIRE([gt_FUNC_SETENV])
AC_REQUIRE([gl_FUNC_SIG2STR])
AC_REQUIRE([gl_FUNC_STPCPY])
AC_REQUIRE([gl_FUNC_STRCSPN])