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
commitbc0d1253796490dc6c7c86d00c98f71a0ac3b523 (patch)
tree9a95c5377ed7afaca1b738b1946f1be99b2ea077 /autogen.sh
parent249b20c1b99b4f9e5c995e6521baeb559484d0eb (diff)
downloadsdl-bc0d1253796490dc6c7c86d00c98f71a0ac3b523.tar.gz
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 706c568ec..c139a3b90 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