automake 1.5 fixes and further work on transaction voiding

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5456 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Robert Graham Merkel
2001-10-03 07:08:31 +00:00
parent aeff5c25de
commit 873ed2c9b3
40 changed files with 211 additions and 50 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ do
automake --add-missing --gnu $am_opt ||
{ echo "**Error**: automake failed."; exit 1; }
echo "Running autoconf ..."
autoconf || { echo "**Error**: autoconf failed."; exit 1; }
autoconf2.50 || { echo "**Error**: autoconf failed."; exit 1; }
) || exit 1
fi
done