problem with new version of autoreconf fixed

This commit is contained in:
Martin Sustrik 2010-01-04 15:13:04 +01:00
parent 1b90e5f6f5
commit 7884f4541a

View File

@ -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."