summaryrefslogtreecommitdiff
path: root/m4/prereq.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-17 03:09:09 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-07-17 03:09:09 +0000
commitc09c4070ffba4f99027fac2ee0c273308a0e076a (patch)
tree0b72a0b49b99e3ee69b3340942ceacafbdf4d902 /m4/prereq.m4
parent6060142d891dc93e76c69edf63940eedab1bafae (diff)
downloadcoreutils-c09c4070ffba4f99027fac2ee0c273308a0e076a.tar.xz
(gl_PREREQ): Require gl_MKANCESDIRS.
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 dacc13a44..04463aa8d 100644
--- a/m4/prereq.m4
+++ b/m4/prereq.m4
@@ -1,4 +1,4 @@
-#serial 66
+#serial 67
dnl We use gl_ for non Autoconf macros.
m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
@@ -117,6 +117,7 @@ AC_DEFUN([gl_PREREQ],
AC_REQUIRE([gl_MBSWIDTH])
AC_REQUIRE([gl_MD5])
AC_REQUIRE([gl_MEMCOLL])
+ AC_REQUIRE([gl_MKANCESDIRS])
AC_REQUIRE([gl_MKDIR_PARENTS])
AC_REQUIRE([gl_MODECHANGE])
AC_REQUIRE([gl_MOUNTLIST])