summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRob Browning <rlb@defaultvalue.org>2003-03-25 23:46:20 +0000
committerRob Browning <rlb@defaultvalue.org>2003-03-25 23:46:20 +0000
commite673760a8b6291bac33238cbf40aa109ba587b24 (patch)
tree985de07580667d3d2303e1b49a273c9ace546532 /autogen.sh
parentd165aa1542364fee99985d9c43cb1d4a19a0c710 (diff)
downloadguile-e673760a8b6291bac33238cbf40aa109ba587b24.tar.gz
* autogen.sh: call autoreconf with --force. This may fix the
"order" problem below without having to have two calls.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index e87c8eec6..d5bccc476 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -37,12 +37,7 @@ $mscripts/render-bugs > BUGS
######################################################################
### update infrastructure
-autoreconf -i
-
-# XXX - Do it twice since the required files do not seem to be generated in
-# the right order.
-
-autoreconf -i
+autoreconf -i --force
echo "guile-readline..."
(cd guile-readline && ./autogen.sh)