From 8706244c399707fae937b38cb21fc06169f7c197 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 28 Feb 2011 09:06:15 -0800 Subject: [PATCH] SDL_revision.h is always updated as part of the build process now. --- autogen.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/autogen.sh b/autogen.sh index fcabfbffe..649d7b31e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,9 +3,6 @@ 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