Completely removed dependency on automake

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401384
This commit is contained in:
Sam Lantinga 2006-02-20 02:09:49 +00:00
parent 1da8cb0143
commit b51a5b98fc
11 changed files with 142 additions and 393 deletions

View file

@ -6,8 +6,7 @@ echo "This may take a while ..."
# Regenerate configuration files
cp acinclude.m4 aclocal.m4
autoconf
# FIXME
#(cd test; aclocal; autoconf)
(cd test; sh autogen.sh)
# Run configure for this platform
echo "Now you are ready to run ./configure"