diff autogen.sh @ 1380:d94b080ff6ce

Completely removed dependency on automake
author Sam Lantinga <slouken@libsdl.org>
date Mon, 20 Feb 2006 02:09:49 +0000
parents 4a47f20705eb
children b054590b967a
line wrap: on
line diff
--- a/autogen.sh	Sun Feb 19 23:46:34 2006 +0000
+++ b/autogen.sh	Mon Feb 20 02:09:49 2006 +0000
@@ -6,8 +6,7 @@
 # Regenerate configuration files
 cp acinclude.m4 aclocal.m4
 autoconf
-# FIXME
-#(cd test; aclocal; autoconf)
+(cd test; sh autogen.sh)
 
 # Run configure for this platform
 echo "Now you are ready to run ./configure"