Workaround in oflops build for possible autoreconf bug.

This commit is contained in:
Bob Lantz
2011-06-29 17:32:00 -07:00
parent c2e1451997
commit 5675f2a142
+1
View File
@@ -238,6 +238,7 @@ function cbench {
cd ~/
git clone git://openflow.org/oflops.git
cd oflops
sh boot.sh || true # possible error in autoreconf, so run twice
sh boot.sh
./configure --with-openflow-src-dir=$HOME/openflow
make