1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

* autogen.sh: call autoreconf with --force. This may fix the

"order" problem below without having to have two calls.
This commit is contained in:
Rob Browning 2003-03-25 23:46:20 +00:00
parent d165aa1542
commit e673760a8b

View file

@ -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)