Merge branch 'master' into ossau-gds-dev
[bpt/guile.git] / autogen.sh
index a24bd6d..8062d7e 100755 (executable)
@@ -19,17 +19,10 @@ libtool --version
 echo ""
 ${M4:-/usr/bin/m4} --version
 echo ""
-gnulib-tool --version
-echo ""
 
 ######################################################################
 ### update infrastructure
 
-gnulib-tool --update &&                                \
 autoreconf -i --force --verbose
 
-echo "guile-readline..."
-(cd guile-readline && ./autogen.sh)
-
 echo "Now run configure and make."
-echo "You must pass the \`--enable-maintainer-mode' option to configure."