# HG changeset patch # User Sam Lantinga # Date 1018709073 0 # Node ID 9430ba1a19f31ea09f1ac847f1ee5b29e1789c8d # Parent cdf0cf26347b55548f88f6b8af7ce0b91a2ce7e3 *** empty log message *** diff -r cdf0cf26347b -r 9430ba1a19f3 autogen.sh --- 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 $*