gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r11803 - Extractor/m4


From: gnunet
Subject: [GNUnet-SVN] r11803 - Extractor/m4
Date: Fri, 18 Jun 2010 16:16:48 +0200

Author: wachs
Date: 2010-06-18 16:16:48 +0200 (Fri, 18 Jun 2010)
New Revision: 11803

Modified:
   Extractor/m4/Makefile.am
   Extractor/m4/mkdirp.m4
Log:
some included m4 asks for AM_..., not AC_...

Modified: Extractor/m4/Makefile.am
===================================================================
--- Extractor/m4/Makefile.am    2010-06-18 14:09:55 UTC (rev 11802)
+++ Extractor/m4/Makefile.am    2010-06-18 14:16:48 UTC (rev 11803)
@@ -21,6 +21,7 @@
  lib-prefix.m4 \
  longdouble.m4 \
  longlong.m4 \
+ mkdirp.m4 \
  nls.m4 \
  pkg.m4 \
  po.m4 \

Modified: Extractor/m4/mkdirp.m4
===================================================================
--- Extractor/m4/mkdirp.m4      2010-06-18 14:09:55 UTC (rev 11802)
+++ Extractor/m4/mkdirp.m4      2010-06-18 14:16:48 UTC (rev 11803)
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]