From: Andreas Hofmeister Date: Fri, 26 Feb 2010 16:59:21 +0000 (+0100) Subject: Fix autoconf complains about libtool. X-Git-Tag: 0.5.0~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5bc67eecf3ef1dc22b621d4143af72ffaf4ad68;p=thirdparty%2Flldpd.git Fix autoconf complains about libtool. Add AC_PROG_LIBTOOL and removed AC_PROG_RANLIB. --- diff --git a/configure.ac b/configure.ac index 359414f6..be5cf073 100644 --- a/configure.ac +++ b/configure.ac @@ -31,8 +31,8 @@ AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET AC_PROG_CXX -AC_PROG_RANLIB AM_PROG_CC_C_O +AC_PROG_LIBTOOL # Check some compiler flags AX_CFLAGS_GCC_OPTION([-fdiagnostics-show-option])