comparison autogen.sh @ 343:9430ba1a19f3

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 13 Apr 2002 14:44:33 +0000
parents cdf0cf26347b
children c7376efecdb5
comparison
equal deleted inserted replaced
342:cdf0cf26347b 343:9430ba1a19f3
9 9
10 # Regenerate configuration files 10 # Regenerate configuration files
11 aclocal 11 aclocal
12 automake --foreign --include-deps --add-missing --copy 12 automake --foreign --include-deps --add-missing --copy
13 autoconf 13 autoconf
14 (cd test; aclocal; automake --foreign --include-deps; autoconf) 14 (cd test; aclocal; automake --foreign --include-deps --add-missing --copy; autoconf)
15 15
16 # Run configure for this platform 16 # Run configure for this platform
17 #./configure $* 17 #./configure $*
18 echo "Now you are ready to run ./configure" 18 echo "Now you are ready to run ./configure"