mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Invoke autoreconf twice since the required files do not seem to be
generated in the right order. XXX - investigate further.
This commit is contained in:
parent
122d66ea29
commit
f8aa362d34
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@ $mscripts/render-bugs > BUGS
|
||||||
|
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
|
|
||||||
|
# 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