comparison test/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 7207057447f5
children b054590b967a
comparison
equal deleted inserted replaced
1379:c0a74f199ecf 1380:d94b080ff6ce
1 #!/bin/sh 1 #!/bin/sh
2 # 2 #
3 aclocal 3 # Regenerate configuration files
4 automake --foreign --add-missing 4 cp acinclude.m4 aclocal.m4
5 autoconf 5 autoconf
6
7 # Run configure for this platform
8 #./configure $*
9 echo "Now you are ready to run ./configure"