summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2006-02-07 12:11:33 +0000
committerSam Lantinga <slouken@libsdl.org>2006-02-07 12:11:33 +0000
commitd72a9898edadb53ce53292239aa512492c153a25 (patch)
tree9a95c5377ed7afaca1b738b1946f1be99b2ea077 /autogen.sh
parent5ff3069784a5be40b20d3f9796a4773c0cbce548 (diff)
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
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 706c568ec9..c139a3b900 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,6 +6,7 @@ echo "This may take a while ..."
# Touch the timestamps on all the files since CVS messes them up
directory=`dirname $0`
touch $directory/configure.in
+touch $directory/include/SDL_config.h.in
# Regenerate configuration files
aclocal || exit 1