1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Announce versions of autoconf, automake, libtool and

m4.
This commit is contained in:
Neil Jerram 2007-02-24 17:34:02 +00:00
parent 6f0579c2dd
commit 5cfbbaff85
2 changed files with 15 additions and 0 deletions

View file

@ -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