AM_PROG_LIBTOOL is deprecated and AC_PROG_LIBTOOL should be used instead
authorDaniel Stenberg <daniel@haxx.se>
Sat, 24 Jul 2004 21:29:43 +0000 (21:29 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 24 Jul 2004 21:29:43 +0000 (21:29 +0000)
configure.ac

index 2dfbc72..230c9da 100644 (file)
@@ -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