From d20a05161a48218e723c6040fed707b149d5b1da Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 24 Jul 2004 21:29:43 +0000 Subject: AM_PROG_LIBTOOL is deprecated and AC_PROG_LIBTOOL should be used instead --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2dfbc7273..230c9da68 100644 --- a/configure.ac +++ b/configure.ac @@ -87,7 +87,7 @@ dnl check for cygwin stuff AC_LIBTOOL_WIN32_DLL dnl libtool setup -AM_PROG_LIBTOOL +AC_PROG_LIBTOOL AC_MSG_CHECKING([if we need -no-undefined]) case $host in -- cgit v1.2.3