From bc0d1253796490dc6c7c86d00c98f71a0ac3b523 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 7 Feb 2006 12:11:33 +0000 Subject: 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 --- autogen.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'autogen.sh') 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 -- cgit v1.2.1