]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtoolize.in: Back out copying `install-sh' by libtoolize.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 13 Jan 2005 17:23:39 +0000 (17:23 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 13 Jan 2005 17:23:39 +0000 (17:23 +0000)
* doc/libtool.texi (Distributing): Mention that we distribute
`install-sh', but that non-Automake users will have to copy
it by themselves.

ChangeLog
doc/libtool.texi
libtoolize.in

index 27a29cd5323933df74369679dfe8afa3f0e5d8b0..10a24a21c26e23757b9a7c7dc283cdf85580c6f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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>
index bf73d6e8c91bb2c2376e1ced081d4419a6301462..de3e4f6f15cf4abe5973214ee4c1b22ce672d177 100644 (file)
@@ -1852,7 +1852,10 @@ Note that the libtool script itself should @emph{not} be included with
 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.
index 757b9ca1ff9bf6b2261d1535a634bc9b9e50b4c5..a8426d8f9e77e8a625f8f4c20491b86c35cb5e91 100644 (file)
@@ -159,7 +159,7 @@ if test -z "$files"; then
   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`