1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Add '--verbose' option to autoreconf invocation. Thanks to Bruno

Haible.
This commit is contained in:
Marius Vollmer 2005-02-28 02:46:30 +00:00
parent 39b6cb8678
commit 95aacf7fe6

View file

@ -38,7 +38,7 @@ $mscripts/render-bugs > BUGS
### update infrastructure ### update infrastructure
libtoolize --force --copy --ltdl # autoreconf doesn't seem to update libltdl/ libtoolize --force --copy --ltdl # autoreconf doesn't seem to update libltdl/
autoreconf -i --force autoreconf -i --force --verbose
echo "guile-readline..." echo "guile-readline..."
(cd guile-readline && ./autogen.sh) (cd guile-readline && ./autogen.sh)