diff 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
line wrap: on
line diff
--- a/autogen.sh	Sun Oct 11 06:33:34 2009 +0000
+++ b/autogen.sh	Sun Oct 11 06:42:20 2009 +0000
@@ -3,6 +3,9 @@
 echo "Generating build information using autoconf"
 echo "This may take a while ..."
 
+# Generate SDL_revision.h
+sh build-scripts/updaterev.sh
+
 # Regenerate configuration files
 cat acinclude/* >aclocal.m4
 found=false