1
Fork 0
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:
Marius Vollmer 2003-03-21 15:59:01 +00:00
parent 122d66ea29
commit f8aa362d34

View file

@ -39,6 +39,11 @@ $mscripts/render-bugs > BUGS
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..."
(cd guile-readline && ./autogen.sh)