]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
change automake --force to -f - different automakes use different long versions
authorserassio <>
Wed, 22 Dec 2004 00:18:40 +0000 (00:18 +0000)
committerserassio <>
Wed, 22 Dec 2004 00:18:40 +0000 (00:18 +0000)
bootstrap.sh
lib/cppunit-1.10.0/bootstrap.sh

index cb3e6044780d94e90122839ee207e082b1ee55e0..d81ad41d5d8ae31ed8132b0d439f4d8355251ffa 100755 (executable)
@@ -78,7 +78,7 @@ do
            bootstrap aclocal$amver
            bootstrap autoheader$acver
            bootstrap libtoolize --force --copy --automake
-           bootstrap automake$amver --foreign --add-missing --copy --force
+           bootstrap automake$amver --foreign --add-missing --copy -f
            bootstrap autoconf$acver
        fi ); then
            : # OK
index 8cfc61da2e8b2a51683f3c8f258956ba2a6a6bb6..956977e59efbe80b718f77aab27440a066c8c79c 100755 (executable)
@@ -67,5 +67,5 @@ if grep m4_regex aclocal.m4 >/dev/null; then
 fi
 bootstrap autoheader$acver
 bootstrap libtoolize --automake --force --copy
-bootstrap automake$amver --add-missing --force --copy
+bootstrap automake$amver --add-missing -f --copy
 bootstrap autoconf$acver