comparison autogen.sh @ 1380:d94b080ff6ce

Completely removed dependency on automake
author Sam Lantinga <slouken@libsdl.org>
date Mon, 20 Feb 2006 02:09:49 +0000
parents 4a47f20705eb
children b054590b967a
comparison
equal deleted inserted replaced
1379:c0a74f199ecf 1380:d94b080ff6ce
4 echo "This may take a while ..." 4 echo "This may take a while ..."
5 5
6 # Regenerate configuration files 6 # Regenerate configuration files
7 cp acinclude.m4 aclocal.m4 7 cp acinclude.m4 aclocal.m4
8 autoconf 8 autoconf
9 # FIXME 9 (cd test; sh autogen.sh)
10 #(cd test; aclocal; autoconf)
11 10
12 # Run configure for this platform 11 # Run configure for this platform
13 echo "Now you are ready to run ./configure" 12 echo "Now you are ready to run ./configure"