From: Paul Eggert Date: Wed, 10 May 2006 23:42:59 +0000 (+0000) Subject: (Particular Programs): AC_PROG_MKDIR_P falls back on $INSTALL, not X-Git-Tag: AUTOCONF-2.59d~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2da5c52e5ac2ef47740d8085f2a4d7fe7d2b3e47;p=thirdparty%2Fautoconf.git (Particular Programs): AC_PROG_MKDIR_P falls back on $INSTALL, not necessarily install-sh. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 6b3588e8c..265193afa 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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