mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +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:
parent
d165aa1542
commit
e673760a8b
1 changed files with 1 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue