summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-18 11:48:49 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-18 11:48:49 +0100
commit528bef7fc97c3b917c0387bea4c5a71202f32799 (patch)
tree1cdf23a00e8efc18dfd9a6f6ab09e77bb13c50d6 /autogen.sh
parent92cc6bd3c5e62623fa37489ec17b331554561c37 (diff)
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.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
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