Commit 7884f454 authored by Martin Sustrik's avatar Martin Sustrik

problem with new version of autoreconf fixed

parent 1b90e5f6
......@@ -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."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment