* libtool.m4 (AC_LIBTOOL_SETUP): Check for ar.

This commit is contained in:
Ralph Schleicher 2003-02-24 23:49:07 +00:00 committed by Robert Boehne
parent cd9876b418
commit 61fddef7f4
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-02-24 Ralph Schleicher <rs@nunatak.allgaeu.org>
* libtool.m4 (AC_LIBTOOL_SETUP): Check for ar.
2003-02-23 Peter O'Gorman <peter@pogma.com>
* libtool.m4 (darwin): Revamp darwin platform support.

1
libtool.m4 vendored
View File

@ -159,6 +159,7 @@ ltmain="$ac_aux_dir/ltmain.sh"
ofile="$default_ofile"
with_gnu_ld="$lt_cv_prog_gnu_ld"
AC_CHECK_TOOL(AR, ar, false)
AC_CHECK_TOOL(RANLIB, ranlib, :)
AC_CHECK_TOOL(STRIP, strip, :)