]> granicus.if.org Git - php/commitdiff
AM_PROG_LIBTOOL is obsolete in libtool 1.3.3, which we now require.
authorStig Bakken <ssb@php.net>
Fri, 24 Sep 1999 14:36:43 +0000 (14:36 +0000)
committerStig Bakken <ssb@php.net>
Fri, 24 Sep 1999 14:36:43 +0000 (14:36 +0000)
Using AC_PROG_LIBTOOL instead.

configure.in.in

index 31ea064595944f0099080ec9944b24cd8d17ecf8..adca9209d8df028f99f3971fa11754ea2919eebf 100644 (file)
@@ -77,7 +77,7 @@ dnl   test -n "$GCC" || CFLAGS="-Ae $CFLAGS -D_HPUX_SOURCE"
 dnl fi
 
 dnl Checks for programs.
-AM_PROG_LIBTOOL
+AC_PROG_LIBTOOL
 AM_SET_LIBTOOL_VARIABLE([--silent])
 AC_PROG_YACC
 if test "$YACC" != "bison -y"; then