Formerly autoconf.texi.~147~

This commit is contained in:
Noah Friedman 1993-12-16 10:59:17 +00:00
parent c1d65c71c0
commit c78f4c6e81
2 changed files with 2 additions and 2 deletions

View File

@ -563,7 +563,7 @@ 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}.
If you need to use your own $file{install.sh} because it has features
If you need to use your own @file{install.sh} because it has features
not found in standard @code{install} programs, there is no reason to use
@code{AC_PROG_INSTALL}; just put the pathname of your script into your
@file{Makefile.in} files.

View File

@ -563,7 +563,7 @@ 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}.
If you need to use your own $file{install.sh} because it has features
If you need to use your own @file{install.sh} because it has features
not found in standard @code{install} programs, there is no reason to use
@code{AC_PROG_INSTALL}; just put the pathname of your script into your
@file{Makefile.in} files.