From: Jozsef Kadlecsik Date: Sat, 18 Dec 2010 10:48:49 +0000 (+0100) Subject: Try to solve PKG_CHECK_MODULES issue X-Git-Tag: v5.1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=528bef7fc97c3b917c0387bea4c5a71202f32799;p=thirdparty%2Fipset.git Try to solve PKG_CHECK_MODULES issue Rob Sterenborg reported, that on CentOs configure can fail with ./configure: line 11510: syntax error near unexpected token `[libmnl],' ./configure: line 11510: `PKG_CHECK_MODULES([libmnl], [libmnl >= 1])' Therefore I added 'aclocal -I m4' to autogen.sh, hoping that it solves the issue. --- diff --git a/autogen.sh b/autogen.sh index 72240f74..d0d5d987 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,5 @@ #!/bin/sh +aclocal -I m4 autoreconf -fi rm -Rf autom4te.cache