Author: durner Date: 2007-05-29 16:06:04 -0600 (Tue, 29 May 2007) New Revision: 4864
Modified: Extractor/m4/mkdirp.m4 Log: am -> ac Modified: Extractor/m4/mkdirp.m4 =================================================================== --- Extractor/m4/mkdirp.m4 2007-05-29 22:05:30 UTC (rev 4863) +++ Extractor/m4/mkdirp.m4 2007-05-29 22:06:04 UTC (rev 4864) @@ -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 _______________________________________________ GNUnet-SVN mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnunet-svn
