From 528bef7fc97c3b917c0387bea4c5a71202f32799 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Sat, 18 Dec 2010 11:48:49 +0100 Subject: 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. --- autogen.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'autogen.sh') 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 -- cgit v1.2.3