From 159009692075cc55e6480e85ef3ed90f7314d15b Mon Sep 17 00:00:00 2001 From: Will Estes Date: Tue, 13 Feb 2007 14:50:47 +0000 Subject: [PATCH] call autoreconf with --force instead of --install --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 20e82fd..e2f1ad7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -29,4 +29,4 @@ #Makefile first.) touch ChangeLog -autoreconf --install --verbose +autoreconf --force --verbose -- 2.50.1