]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Don't run automake twice 1775/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 5 Oct 2014 13:50:31 +0000 (15:50 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 5 Oct 2014 13:50:31 +0000 (15:50 +0200)
autoreconf already does that.
also run autoreconf in verbose mode

bootstrap

index 2ba8bef1c6f58390fc5b75ba456255ebca3bde68..442cb4f28eba881084bf130ef143dea018882e13 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,4 +1,2 @@
 #!/bin/sh
-set -e
-autoreconf -i
-automake --add-missing
+autoreconf -vi