From 1605f174a7cdade1dc8ba33849762d172f31b691 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 13 Apr 2002 14:44:33 +0000 Subject: [PATCH] *** empty log message *** --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 8b62c5de2..18a345d43 100755 --- a/autogen.sh +++ b/autogen.sh @@ -11,7 +11,7 @@ touch $directory/configure.in 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 $*