]> git.ipfire.org Git - thirdparty/libtool.git/commit
* configure.in (AC_PROG_RANLIB): No longer required as we now use
authorGary V. Vaughan <gary@gnu.org>
Tue, 20 Jul 1999 09:29:31 +0000 (09:29 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 20 Jul 1999 09:29:31 +0000 (09:29 +0000)
commit2cc31a3e286819182ec347956d028f0518e39d4c
treed608291438323bb5d527205112be06319749399a
parent067961bd2f975d20c2b6deadca93ae20bf56b6ce
* configure.in (AC_PROG_RANLIB):  No longer required as we now use
AC_CHECK_TOOL in AC_LIBTOOL_SETUP.
* libtool.m4 (AC_PROG_LIBTOOL):  Pass the $build variable to
ltconfig.
(AC_PROG_RANLIB): replaced with AC_CHECK_TOOL.
* ltconfig.in (build): new variable to hold the build triplet
which is now checked for unless --no-verify is specified.
(--build): new argument to set the build triplet.
(ranlib): Prefer ${host_alias}-ranlib[.exe] if $build is different
to $host.
* doc/libtool.texi (Invoking ltconfig): Document --build option.
* NEWS: Note --build option.
ChangeLog
NEWS
configure.in
doc/libtool.texi
libtool.m4
ltconfig.in