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
commit1605f174a7cdade1dc8ba33849762d172f31b691 (patch)
tree140854c0d2d4c2db9a8906037a98cf2577304275 /autogen.sh
parent441d2ef52c16fffa146ed1566b8705f24714d4d8 (diff)
downloadsdl-1605f174a7cdade1dc8ba33849762d172f31b691.tar.gz
*** empty log message ***
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 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 $*