From: Stig Bakken Date: Sun, 26 Sep 1999 16:27:25 +0000 (+0000) Subject: Have to keep using AM_PROG_LIBTOOL to keep all automake versions happy. X-Git-Tag: before-sapi-split~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d9f6b8a57a0b57986e77f4fd075d890f68f245c;p=php Have to keep using AM_PROG_LIBTOOL to keep all automake versions happy. --- 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