Add '--verbose' option to autoreconf invocation. Thanks to Bruno
authorMarius Vollmer <mvo@zagadka.de>
Mon, 28 Feb 2005 02:46:30 +0000 (02:46 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Mon, 28 Feb 2005 02:46:30 +0000 (02:46 +0000)
Haible.

autogen.sh

index b05c719..a9b432f 100755 (executable)
@@ -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)