From 210990f3304c05cb59f5a6588f3c18d2ca333c71 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 13 Apr 2002 14:44:33 +0000 Subject: [PATCH] *** empty log message *** --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40344 --- 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 $*