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
|
### update infrastructure
|
||||||
|
|
||||||
autoreconf -i
|
autoreconf -i --force
|
||||||
|
|
||||||
# XXX - Do it twice since the required files do not seem to be generated in
|
|
||||||
# the right order.
|
|
||||||
|
|
||||||
autoreconf -i
|
|
||||||
|
|
||||||
echo "guile-readline..."
|
echo "guile-readline..."
|
||||||
(cd guile-readline && ./autogen.sh)
|
(cd guile-readline && ./autogen.sh)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue