From: Will Estes Date: Tue, 13 Feb 2007 14:50:47 +0000 (+0000) Subject: call autoreconf with --force instead of --install X-Git-Tag: flex-2-5-34~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=159009692075cc55e6480e85ef3ed90f7314d15b;p=flex call autoreconf with --force instead of --install --- 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