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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=528bef7fc97c3b917c0387bea4c5a71202f32799;p=ipset 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 72240f7..d0d5d98 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,5 @@ #!/bin/sh +aclocal -I m4 autoreconf -fi rm -Rf autom4te.cache