comparison autogen.sh @ 342:cdf0cf26347b

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 13 Apr 2002 14:40:13 +0000
parents 74212992fb08
children 9430ba1a19f3
comparison
equal deleted inserted replaced
341:6ca967a46bf1 342:cdf0cf26347b
7 directory=`dirname $0` 7 directory=`dirname $0`
8 touch $directory/configure.in 8 touch $directory/configure.in
9 9
10 # Regenerate configuration files 10 # Regenerate configuration files
11 aclocal 11 aclocal
12 automake --foreign --include-deps 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; autoconf)
15 15
16 # Run configure for this platform 16 # Run configure for this platform
17 #./configure $* 17 #./configure $*