diff options
author | Stig Bakken <ssb@php.net> | 1999-09-24 14:36:43 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-09-24 14:36:43 +0000 |
commit | bd3132bcdae9c74ea2a066c49f8c4bed1a78eff3 (patch) | |
tree | 0e0f6550759330e8a8e28b286197c1ccefc51f55 | |
parent | 56654596a31c6764c0cea1fa1c6908a462b7b7b9 (diff) | |
download | php-git-bd3132bcdae9c74ea2a066c49f8c4bed1a78eff3.tar.gz |
AM_PROG_LIBTOOL is obsolete in libtool 1.3.3, which we now require.
Using AC_PROG_LIBTOOL instead.
-rw-r--r-- | configure.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in.in b/configure.in.in index 31ea064595..adca9209d8 100644 --- a/configure.in.in +++ b/configure.in.in @@ -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 |