changeset 343:9430ba1a19f3

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 13 Apr 2002 14:44:33 +0000
parents cdf0cf26347b
children 7a69392b8599
files autogen.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autogen.sh	Sat Apr 13 14:40:13 2002 +0000
+++ b/autogen.sh	Sat Apr 13 14:44:33 2002 +0000
@@ -11,7 +11,7 @@
 aclocal
 automake --foreign --include-deps --add-missing --copy
 autoconf
-(cd test; aclocal; automake --foreign --include-deps; autoconf)
+(cd test; aclocal; automake --foreign --include-deps --add-missing --copy; autoconf)
 
 # Run configure for this platform
 #./configure $*