commit 72d5ebb6e8e036916764ebf9c16a98884e3183c8
parent ac0f9ba4573adf07a4824860a1e6819b5609192e
Author: Matthias Wachs <wachs@in.tum.de>
Date: Fri, 18 Jun 2010 14:16:48 +0000
some included m4 asks for AM_..., not AC_...
Diffstat:
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/m4/Makefile.am b/m4/Makefile.am
@@ -21,6 +21,7 @@ EXTRA_DIST = glibc2.m4 intl.m4 intldir.m4 lock.m4 visibility.m4 \
lib-prefix.m4 \
longdouble.m4 \
longlong.m4 \
+ mkdirp.m4 \
nls.m4 \
pkg.m4 \
po.m4 \
diff --git a/m4/mkdirp.m4 b/m4/mkdirp.m4
@@ -5,7 +5,7 @@
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# AC_PROG_MKDIR_P
+# AM_PROG_MKDIR_P
# ---------------
# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
#
@@ -27,7 +27,7 @@
# one can create it and the other will error out. Consequently we
# restrict ourselves to GNU make (using the --version option ensures
# this.)
-AC_DEFUN([AC_PROG_MKDIR_P],
+AC_DEFUN([AM_PROG_MKDIR_P],
[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
# We used to keeping the `.' as first argument, in order to
# allow $(mkdir_p) to be used without argument. As in