Undo autoconf 2.5.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5457 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-10-03 07:38:16 +00:00
parent 873ed2c9b3
commit 7b0f8fc2b2

View File

@ -167,7 +167,7 @@ do
automake --add-missing --gnu $am_opt ||
{ echo "**Error**: automake failed."; exit 1; }
echo "Running autoconf ..."
autoconf2.50 || { echo "**Error**: autoconf failed."; exit 1; }
autoconf || { echo "**Error**: autoconf failed."; exit 1; }
) || exit 1
fi
done