summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2010-01-04 15:13:04 +0100
committerMartin Sustrik <sustrik@fastmq.commkdir>2010-01-04 15:13:04 +0100
commit7884f4541aa6f95b76e0b2429baaf11108c543a1 (patch)
tree99bd3475cd4e38f085fc4e6a3e8a4f123422c98d /autogen.sh
parent1b90e5f6f50ecb512b22f73850f763a9a009c483 (diff)
problem with new version of autoreconf fixed
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index dfa69c0..d538709 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -26,8 +26,13 @@ if [ $? -ne 0 ]; then
exit 1
fi
+mkdir config
+if [ $? -ne 0 ]; then
+ echo
+ echo "Cannot create config directory."
+ echo
+fi
autoreconf --install --force --verbose -I config
-
if [ $? -ne 0 ]; then
echo
echo "Could not run autoreconf, check autotools installation."