From 5675f2a142dd55455cfc2b837bc63ef09f3d56cc Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Wed, 29 Jun 2011 17:32:00 -0700 Subject: [PATCH] Workaround in oflops build for possible autoreconf bug. --- util/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/util/install.sh b/util/install.sh index 9e84e47..6dcd0c0 100755 --- a/util/install.sh +++ b/util/install.sh @@ -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