diff options
author | Martin Sustrik <sustrik@fastmq.commkdir> | 2010-01-04 15:13:04 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2010-01-04 15:13:04 +0100 |
commit | 7884f4541aa6f95b76e0b2429baaf11108c543a1 (patch) | |
tree | 99bd3475cd4e38f085fc4e6a3e8a4f123422c98d /autogen.sh | |
parent | 1b90e5f6f50ecb512b22f73850f763a9a009c483 (diff) |
problem with new version of autoreconf fixed
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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." |