]> git.draconx.ca Git - aspectbin.git/commitdiff
Remove --force from autogen.sh as it makes things slower.
authorNick Bowler <nbowler@draconx.ca>
Thu, 19 Mar 2009 19:18:16 +0000 (15:18 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 19 Mar 2009 19:18:16 +0000 (15:18 -0400)
autogen.sh

index 6ab185f70d778956d256ea04db6da0e7ff0e9a96..a77093605a25c5809d5800c5bf343c363a92bc34 100755 (executable)
@@ -6,8 +6,8 @@ die()
        exit 1
 }
 
        exit 1
 }
 
-aclocal    --force -I m4         || die "Failed to run aclocal."
-autoheader --force               || die "Failed to run autoheader."
-libtoolize --force --copy        || die "Failed to run libtoolize."
-automake   --force --add-missing || die "Failed to run automake."
-autoconf   --force               || die "Failed to run autoconf."
+aclocal    -I m4         || die "Failed to run aclocal."
+autoheader               || die "Failed to run autoheader."
+libtoolize --copy        || die "Failed to run libtoolize."
+automake   --add-missing || die "Failed to run automake."
+autoconf                 || die "Failed to run autoconf."