comparison autogen.sh @ 1341:d02b552e5304

Configure dynamically generates SDL_config.h I'm still wrestling with autoheader, but this should work for now... Fixed lots of build problems with C library support disabled
author Sam Lantinga <slouken@libsdl.org>
date Tue, 07 Feb 2006 12:11:33 +0000
parents c7376efecdb5
children 19418e4422cb
comparison
equal deleted inserted replaced
1340:58b114ef50e7 1341:d02b552e5304
4 echo "This may take a while ..." 4 echo "This may take a while ..."
5 5
6 # Touch the timestamps on all the files since CVS messes them up 6 # Touch the timestamps on all the files since CVS messes them up
7 directory=`dirname $0` 7 directory=`dirname $0`
8 touch $directory/configure.in 8 touch $directory/configure.in
9 touch $directory/include/SDL_config.h.in
9 10
10 # Regenerate configuration files 11 # Regenerate configuration files
11 aclocal || exit 1 12 aclocal || exit 1
12 automake --foreign --include-deps --add-missing --copy || exit 1 13 automake --foreign --include-deps --add-missing --copy || exit 1
13 autoconf || exit 1 14 autoconf || exit 1