From: Andreas Hofmeister Date: Fri, 26 Feb 2010 17:47:05 +0000 (+0100) Subject: Do not require libtool 2.2 X-Git-Tag: 0.5.0~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c37e19aa94862dd758047e0dbc210550c814cf2;p=thirdparty%2Flldpd.git Do not require libtool 2.2 ... 1.5.26 apparently does nicely. --- diff --git a/configure.ac b/configure.ac index be5cf073..700340e8 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AM_INIT_AUTOMAKE([foreign -Wall -Werror]) AM_SILENT_RULES([yes]) # Configure libtool -LT_PREREQ([2.2]) +#LT_PREREQ([2.2]) LT_INIT #######################