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

@ -1,9 +1,5 @@
#!/bin/sh
#
aclocal
automake --foreign --add-missing
# Regenerate configuration files
cp acinclude.m4 aclocal.m4
autoconf
# Run configure for this platform
#./configure $*
echo "Now you are ready to run ./configure"