summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2002-04-13 14:44:33 +0000
committerSam Lantinga <slouken@libsdl.org>2002-04-13 14:44:33 +0000
commit210990f3304c05cb59f5a6588f3c18d2ca333c71 (patch)
tree140854c0d2d4c2db9a8906037a98cf2577304275 /autogen.sh
parentf047060a734406234e83631d9a2821319e10c9d2 (diff)
*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40344
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 8b62c5de..18a345d4 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 $*