Announce versions of autoconf, automake, libtool and
authorNeil Jerram <neil@ossau.uklinux.net>
Sat, 24 Feb 2007 17:34:02 +0000 (17:34 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Sat, 24 Feb 2007 17:34:02 +0000 (17:34 +0000)
m4.

ChangeLog
autogen.sh

index db63e19..b03814b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-02-24  Neil Jerram  <neil@ossau.uklinux.net>
 
+       * autogen.sh: Announce versions of autoconf, automake, libtool and
+       m4.
+
        * pre-inst-guile.in (subdirs_with_ltlibs): Add libguile.
 
 2007-02-18  Neil Jerram  <neil@ossau.uklinux.net>
index 18e639b..384838f 100755 (executable)
@@ -36,6 +36,18 @@ if test -x $mscripts/render-bugs ; then
   $mscripts/render-bugs > BUGS
 fi
 
+######################################################################
+### announce build tool versions
+echo ""
+autoconf --version
+echo ""
+automake --version
+echo ""
+libtool --version
+echo ""
+${M4:-/usr/bin/m4} --version
+echo ""
+
 ######################################################################
 ### update infrastructure