summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2007-02-13 14:50:47 +0000
committerWill Estes <wlestes@users.sourceforge.net>2007-02-13 14:50:47 +0000
commit159009692075cc55e6480e85ef3ed90f7314d15b (patch)
tree484ada5ae44962b1fa1695c73cacd48282686d2b
parent095220f4b1e619f92544d83c2452106cacc7bbb2 (diff)
call autoreconf with --force instead of --install
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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