commit 520c323adc2dae0293855f84e44884f7f56ffc1e
parent 14083f1ac91f303074231aadb432792c4a3d328a
Author: Nils Durner <durner@gnunet.org>
Date: Tue, 29 May 2007 22:06:04 +0000
am -> ac
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
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.
-# AM_PROG_MKDIR_P
+# AC_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([AM_PROG_MKDIR_P],
+AC_DEFUN([AC_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