diff test/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 7207057447f5
children b054590b967a
line wrap: on
line diff
--- a/test/autogen.sh	Sun Feb 19 23:46:34 2006 +0000
+++ b/test/autogen.sh	Mon Feb 20 02:09:49 2006 +0000
@@ -1,9 +1,5 @@
 #!/bin/sh
 #
-aclocal
-automake --foreign --add-missing
+# Regenerate configuration files
+cp acinclude.m4 aclocal.m4
 autoconf
-
-# Run configure for this platform
-#./configure $*
-echo "Now you are ready to run ./configure"