comparison autogen.sh @ 3377:c8d350c981ff

gcc can't generate dependencies for a file that doesn't exist, so first create SDL_revision.h
author Sam Lantinga <slouken@libsdl.org>
date Sun, 11 Oct 2009 06:42:20 +0000
parents 3da232c5980a
children
comparison
equal deleted inserted replaced
3376:106a409ceeef 3377:c8d350c981ff
1 #!/bin/sh 1 #!/bin/sh
2 # 2 #
3 echo "Generating build information using autoconf" 3 echo "Generating build information using autoconf"
4 echo "This may take a while ..." 4 echo "This may take a while ..."
5
6 # Generate SDL_revision.h
7 sh build-scripts/updaterev.sh
5 8
6 # Regenerate configuration files 9 # Regenerate configuration files
7 cat acinclude/* >aclocal.m4 10 cat acinclude/* >aclocal.m4
8 found=false 11 found=false
9 for autoconf in autoconf autoconf259 autoconf-2.59 12 for autoconf in autoconf autoconf259 autoconf-2.59