]> git.ozlabs.org Git - ppp.git/commitdiff
Fix warning messages on autoreconf (especially with a newer autoconf)
authorEivind Næss <eivnaes@yahoo.com>
Sat, 30 Jul 2022 21:42:05 +0000 (14:42 -0700)
committerEivind Næss <eivnaes@yahoo.com>
Mon, 8 Aug 2022 18:22:46 +0000 (11:22 -0700)
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
configure.ac

index c94bfa055fa25a7eda3a3c74a0a3b2eb9b479c3a..640f70e46352e8ed5a455e627ff9d92429c01f5a 100644 (file)
@@ -17,8 +17,8 @@ AC_CONFIG_HEADERS([pppd/config.h pppd/pppdconf.h pppd/plugins/pppoe/config.h])
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_INSTALL
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_INSTALL
-AC_PROG_LIBTOOL
 AC_PROG_LN_S
 AC_PROG_LN_S
+LT_INIT
 
 PKG_PROG_PKG_CONFIG
 
 
 PKG_PROG_PKG_CONFIG