* doc/libtool.texi (Distributing): Mention that we distribute
`install-sh', but that non-Automake users will have to copy
it by themselves.
2005-01-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * libtoolize.in: 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.
+
* libtoolize.in: Add datarootdir.
2005-01-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
your package. @xref{Configuring}.
You should use the @code{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.
echo "$progname: cannot list files in \`$pkgdatadir'" 1>&2
exit 1
fi
-files='config.guess config.sub install-sh ltmain.sh'
+files='config.guess config.sub ltmain.sh'
auxdir=.
auxdirline=`grep '^AC_CONFIG_AUX_DIR' $configure_ac 2>/dev/null`