[pim] bootstrap from tarball prefers autoreconf -i
diff --git a/pimd/quagga-bootstrap.sh b/pimd/quagga-bootstrap.sh
index 1ad9a12..4ec443d 100755
--- a/pimd/quagga-bootstrap.sh
+++ b/pimd/quagga-bootstrap.sh
@@ -17,5 +17,7 @@
 	./bootstrap.sh
 else
 	msg missing ./bootstrap.sh from quagga
-	autoreconf -i --force
+	#autoreconf -i --force
+	#bootstrap from tarball prefers autoreconf -i
+	autoreconf -i
 fi