From: David MacKenzie Date: Thu, 18 Nov 1993 23:33:52 +0000 (+0000) Subject: Formerly autoconf.texi.~144~ X-Git-Tag: fsf-origin~827 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c9c5cdb401edbaf1881aec5c0aafaa8e2d70481;p=thirdparty%2Fautoconf.git Formerly autoconf.texi.~144~ --- diff --git a/autoconf.texi b/autoconf.texi index 721f79e52..cad109fd0 100644 --- a/autoconf.texi +++ b/autoconf.texi @@ -555,11 +555,13 @@ GNU C compiler and @code{ioctl} does not work properly without @defmac AC_PROG_INSTALL @maindex PROG_INSTALL Set @code{make} variable @code{INSTALL} to @samp{install -c} if -@code{install} is found, otherwise set it to @samp{cp}. Screens out the +@code{install} is found and is compatible with the BSD and GNU versions. +Otherwise, set @code{INSTALL} to @samp{@var{srcdir}/install.sh -c} if that +script exists, or to @samp{cp} as a last resort. Screens out the false matches @file{/etc/install}, @file{/usr/sbin/install}, and other -instances of @code{install} known not to work. The variable -@code{INSTALL_PROGRAM} is set to @samp{$(INSTALL)} and -@code{INSTALL_DATA} is set to @samp{$(INSTALL) -m 644}. +instances of @code{install} known not to work. Also sets the variable +@code{INSTALL_PROGRAM} to @samp{$(INSTALL)} and +@code{INSTALL_DATA} to @samp{$(INSTALL) -m 644}. @end defmac @defmac AC_PROG_RANLIB diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 721f79e52..cad109fd0 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -555,11 +555,13 @@ GNU C compiler and @code{ioctl} does not work properly without @defmac AC_PROG_INSTALL @maindex PROG_INSTALL Set @code{make} variable @code{INSTALL} to @samp{install -c} if -@code{install} is found, otherwise set it to @samp{cp}. Screens out the +@code{install} is found and is compatible with the BSD and GNU versions. +Otherwise, set @code{INSTALL} to @samp{@var{srcdir}/install.sh -c} if that +script exists, or to @samp{cp} as a last resort. Screens out the false matches @file{/etc/install}, @file{/usr/sbin/install}, and other -instances of @code{install} known not to work. The variable -@code{INSTALL_PROGRAM} is set to @samp{$(INSTALL)} and -@code{INSTALL_DATA} is set to @samp{$(INSTALL) -m 644}. +instances of @code{install} known not to work. Also sets the variable +@code{INSTALL_PROGRAM} to @samp{$(INSTALL)} and +@code{INSTALL_DATA} to @samp{$(INSTALL) -m 644}. @end defmac @defmac AC_PROG_RANLIB