[sheepdog-users] [PATCH stable-0.7] configure: fix a stale sheep version output
Hitoshi Mitake
mitake.hitoshi at lab.ntt.co.jp
Thu Dec 19 11:02:06 CET 2013
From: Liu Yuan <namei.unix at gmail.com>
This fixes a possible stale out of 'sheep -v'
Reviewed-by: Hitoshi Mitake <mitake.hitoshi at lab.ntt.co.jp>
Signed-off-by: Liu Yuan <namei.unix at gmail.com>
---
autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/autogen.sh b/autogen.sh
index 83770a1..4bc608d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,4 +2,4 @@
# Run this to generate all the initial makefiles, etc.
echo Building configuration system...
-autoreconf -i && echo Now run ./configure and make
+autoreconf -i -f && echo Now run ./configure and make
--
1.7.10.4
More information about the sheepdog-users
mailing list