From: Eivind Næss Date: Sat, 30 Jul 2022 21:42:05 +0000 (-0700) Subject: Fix warning messages on autoreconf (especially with a newer autoconf) X-Git-Tag: ppp-2.5.0~28^2 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=bc3306431ba17cff7ac27629bb219cf827c81429 Fix warning messages on autoreconf (especially with a newer autoconf) Signed-off-by: Eivind Næss --- diff --git a/configure.ac b/configure.ac index c94bfa0..640f70e 100644 --- a/configure.ac +++ b/configure.ac @@ -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_LIBTOOL AC_PROG_LN_S +LT_INIT PKG_PROG_PKG_CONFIG