]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Fix autoconf complains about libtool.
authorAndreas Hofmeister <andi@collax.com>
Fri, 26 Feb 2010 16:59:21 +0000 (17:59 +0100)
committerVincent <bernat@luffy.cx>
Sun, 28 Feb 2010 11:44:12 +0000 (12:44 +0100)
Add AC_PROG_LIBTOOL and removed AC_PROG_RANLIB.

configure.ac

index 359414f611eb6b2aab5441b8e0b106cee60f8b2c..be5cf073fbae19d319eb3b63c92b18c1b49acb0f 100644 (file)
@@ -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])