* Makefile.am, Makefile.maint: .. install, update it.
* NEWS, doc/libtool.texi (Distributing): .. document it.
Reported by Ross Boylan <ross@biostat.ucsf.edu>.
2004-12-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * libtoolize.m4sh: Install `install-sh' as well, needed for configure ..
+ * Makefile.am, Makefile.maint: .. install, update it.
+ * NEWS, doc/libtool.texi (Distributing): .. document it.
+ Reported by Ross Boylan <ross@biostat.ucsf.edu>.
+
* m4/libtool.m4 [solaris] (_LT_LINKER_SHLIBS): Add '${wl}-z ${wl}text'
to archive_cmds and archive_expsyms_cmds. I.e., do not allow nopic in
shared libraries.
# These are required by libtoolize and must be executable when installed.
# Since _SCRIPTS gets the program transform applied we make them
# executable by hand
-dist_pkgvdata_DATA = config/config.guess config/config.sub config/ltmain.sh
+dist_pkgvdata_DATA = config/config.guess config/config.sub config/ltmain.sh \
+ config/install-sh
# Everything that gets picked up by aclocal is automatically distributed,
# this is the list of macro files we install on the user's system.
install-data-hook:
chmod +x $(DESTDIR)$(pkgvdatadir)/config.guess
chmod +x $(DESTDIR)$(pkgvdatadir)/config.sub
+ chmod +x $(DESTDIR)$(pkgvdatadir)/install-sh
## Make versioned links. We only run the transform on the root name;
## then we make a versioned link with the transformed base name. This
## FIXME should be a lot more here
FETCHFILES = \
./INSTALL \
+config/install-sh \
config/config.guess \
config/config.sub \
config/texinfo.tex
## If a get fails then that is a problem.
(cd Fetchdir && \
$(WGETSGO)/autoconf/autoconf/INSTALL; \
+ $(WGETSGO)/automake/automake/lib/install-sh; \
$(WGETSGO)/config/config/config.guess; \
$(WGETSGO)/config/config/config.sub; \
$(WGETSGO)/texinfo/texinfo/doc/texinfo.tex )
* Fix libltdl on static platforms.
* Support for linux-dietlibc (`diet' as well as `diet-dyn', separately).
* Shell optimizations which break use of the stdin file descriptor in libtool.
+* `libtoolize --install' now also installs `install-sh'.
\f
New in 1.9h: 2004-??-??; CVS version 1.9g, Libtool team:
* Libtool versions can now be parallel installed, except that only one
@pindex config.sub
Canonical system name validation subroutine script.
+@item install-sh
+@pindex install-sh
+BSD-compatible @command{install} replacement script.
+
@item ltmain.sh
@pindex ltmain.sh
A generic script implementing basic libtool functionality.
# specially below though, so don't add them here):
pkgvmacro_files='argz.m4:ltoptions.m4:ltsugar.m4:ltversion.m4'
- glob_exclude_pkgaux_files='config.guess|config.sub|ltmain.sh'
+ glob_exclude_pkgaux_files='config.guess|config.sub|install-sh|ltmain.sh'
func_scan_files
$opt_quiet || func_check_macros
"$auxdir" "$glob_exclude_pkgaux_files"
func_config_update config.guess "$pkgvdatadirs" "$auxdir"
func_config_update config.sub "$pkgvdatadirs" "$auxdir"
+ func_config_update install-sh "$pkgvdatadirs" "$auxdir"
fi
func_ltmain_update ltmain.sh "$pkgvdatadirs" "$auxdir"