summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-09-26 16:27:25 +0000
committerStig Bakken <ssb@php.net>1999-09-26 16:27:25 +0000
commit1d9f6b8a57a0b57986e77f4fd075d890f68f245c (patch)
tree0855e081469ce4afb65168c64ccb052990dde362
parent09ad17f67ef651ba2b7ef9d5f4e75193f5292071 (diff)
downloadphp-git-1d9f6b8a57a0b57986e77f4fd075d890f68f245c.tar.gz
Have to keep using AM_PROG_LIBTOOL to keep all automake versions happy.
-rw-r--r--configure.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in.in b/configure.in.in
index 62139ac470..87de98e548 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -80,7 +80,7 @@ dnl test -n "$GCC" || CFLAGS="-Ae $CFLAGS -D_HPUX_SOURCE"
dnl fi
dnl Checks for programs.
-AC_PROG_LIBTOOL
+AM_PROG_LIBTOOL
AM_SET_LIBTOOL_VARIABLE([--silent])
AC_PROG_YACC
if test "$YACC" != "bison -y"; then