From: Ralf Wildenhues Date: Thu, 13 Jan 2005 17:24:09 +0000 (+0000) Subject: * libtoolize.m4sh: Back out copying `install-sh' by libtoolize. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6155134f115ff28e0ae2b5fad261b49db94cd569;p=thirdparty%2Flibtool.git * libtoolize.m4sh: Back out copying `install-sh' by libtoolize. * doc/libtool.texi (Distributing): Mention that we distribute `install-sh', but that non-Automake users will have to copy it by themselves. --- diff --git a/ChangeLog b/ChangeLog index 4f08aa96f..824b828e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2005-01-12 Ralf Wildenhues + * libtoolize.m4sh: Back out copying `install-sh' by libtoolize. + * doc/libtool.texi (Distributing): Mention that we distribute + `install-sh', but that non-Automake users will have to copy + it by themselves. + * config/ltmain.m4sh: New option `--verbose'/`-v' to enable override of `--silent'. Verbose is the default behavior. * doc/libtool.texi (Invoking libtool): Document it. diff --git a/doc/libtool.texi b/doc/libtool.texi index 184dd1a0d..4043650c9 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -2140,7 +2140,10 @@ Note that the libtool script itself should @emph{not} be included with your package. @xref{Configuring}. You should use the @command{libtoolize} program, rather than manually -copying these files into your package. +copying these files into your package. Note however, that @file{install-sh} +is not copied by @code{libtoolize}; if you use Automake, it will take care +of that, otherwise you may obtain a copy from the package data directory +of the installed Libtool. This may change in a future Libtool version. @menu * Invoking libtoolize:: @code{libtoolize} command line options. diff --git a/libtoolize.m4sh b/libtoolize.m4sh index edd482087..f9e93062f 100644 --- a/libtoolize.m4sh +++ b/libtoolize.m4sh @@ -627,8 +627,6 @@ func_config_update () func_config_update "$pkgdatadir/config.guess" "$auxdir/config.guess" test -f "$pkgdatadir/config.sub" \ && func_config_update "$pkgdatadir/config.sub" "$auxdir/config.sub" - test -f "$pkgdatadir/install-sh" \ - && func_config_update "$pkgdatadir/install-sh" "$auxdir/install-sh" fi func_ltmain_update "$pkgdatadir/ltmain.sh" "$auxdir/ltmain.sh"