]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(Particular Programs): AC_PROG_MKDIR_P falls back on $INSTALL, not
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 May 2006 23:42:59 +0000 (23:42 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 May 2006 23:42:59 +0000 (23:42 +0000)
necessarily install-sh.

doc/autoconf.texi

index 6b3588e8cbcb8e18504ae811d77fa1a95c1efa22..265193afa6f7c2b5e597bd4f90bd990bb99cfa25 100644 (file)
@@ -3530,7 +3530,7 @@ and its parent directories if needed.  The command is checked to make
 sure that it is thread-safe (@pxref{Limitations of Usual Tools}).
 
 This macro uses the @samp{mkdir -p} command if possible.  Otherwise, it
-falls back to the @samp{install-sh -d} command, so your package should
+falls back on @code{$INSTALL}, so your package should
 contain @file{install-sh} as described under @code{AC_PROG_INSTALL}.
 
 This macro is related to the @code{AS_MKDIR_P} macro (@pxref{Programming