]> granicus.if.org Git - ipset/commitdiff
Try to solve PKG_CHECK_MODULES issue
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 18 Dec 2010 10:48:49 +0000 (11:48 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 18 Dec 2010 10:48:49 +0000 (11:48 +0100)
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.

autogen.sh

index 72240f740072d7b84f90266acc9cb5d274e2ba97..d0d5d9879714091ca43d62be9bf881bb32f92163 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
 
+aclocal -I m4
 autoreconf -fi
 rm -Rf autom4te.cache