2005-01-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * 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.
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.
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"