]> Dogcows Code - chaz/openbox/commitdiff
adding --add-missing to automake call
authorDana Jansens <danakj@orodu.net>
Thu, 16 May 2002 15:53:25 +0000 (15:53 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 16 May 2002 15:53:25 +0000 (15:53 +0000)
bootstrap

index 13c6a623cf6227b8f5deb895f36904beca763e25..60958c821e50beeac269e92243b1ff831b4d5a54 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -5,7 +5,7 @@ sh() {
 }
 
 sh aclocal
-sh automake --foreign --include-deps
+sh automake --foreign --include-deps --add-missing
 sh autoconf
 
 echo
This page took 0.024053 seconds and 4 git commands to generate.