From: Marius Vollmer Date: Mon, 28 Feb 2005 02:46:30 +0000 (+0000) Subject: Add '--verbose' option to autoreconf invocation. Thanks to Bruno X-Git-Url: https://git.hcoop.net/bpt/guile.git/commitdiff_plain/95aacf7fe649e1e28bdfaf34af8c68ff677fcfb9 Add '--verbose' option to autoreconf invocation. Thanks to Bruno Haible. --- diff --git a/autogen.sh b/autogen.sh index b05c719a6..a9b432f94 100755 --- a/autogen.sh +++ b/autogen.sh @@ -38,7 +38,7 @@ $mscripts/render-bugs > BUGS ### update infrastructure libtoolize --force --copy --ltdl # autoreconf doesn't seem to update libltdl/ -autoreconf -i --force +autoreconf -i --force --verbose echo "guile-readline..." (cd guile-readline && ./autogen.sh)