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:
parent
6f0579c2dd
commit
5cfbbaff85
2 changed files with 15 additions and 0 deletions
|
@ -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>
|
||||
|
|
12
autogen.sh
12
autogen.sh
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue