changeset 342:cdf0cf26347b

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 13 Apr 2002 14:40:13 +0000
parents 6ca967a46bf1
children 9430ba1a19f3
files autogen.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autogen.sh	Thu Apr 11 21:09:24 2002 +0000
+++ b/autogen.sh	Sat Apr 13 14:40:13 2002 +0000
@@ -9,7 +9,7 @@
 
 # Regenerate configuration files
 aclocal
-automake --foreign --include-deps
+automake --foreign --include-deps --add-missing --copy
 autoconf
 (cd test; aclocal; automake --foreign --include-deps; autoconf)