From: gdt Date: Tue, 17 Aug 2004 12:27:32 +0000 (+0000) Subject: 2004-08-17 Greg Troxel X-Git-Tag: frr-2.0-rc1~3628 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=2990460691f1d674180154fd4bcee64d8f745277;p=matthieu%2Ffrr.git 2004-08-17 Greg Troxel * update-autotools: print tools versions to aid people in sending bug reports. --- diff --git a/ChangeLog b/ChangeLog index 6c47a15f0c..65024ce69a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-17 Greg Troxel + + * update-autotools: print tools versions to aid people in sending + bug reports. + 2004-07-23 Greg Troxel * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir diff --git a/update-autotools b/update-autotools index 860ee8f133..5a4f6d2536 100755 --- a/update-autotools +++ b/update-autotools @@ -3,8 +3,16 @@ # When local system does not have the latest autoconf/automake # -- Kunihiro Ishiguro # + rm -f config.cache Makefile.in aclocal.m4 config.h.in configure rm -rf autom4te.cache + +echo "TOOLS VERIONS:" +for tool in autoheader autoconf libtool libtoolize aclocal automake; do + $tool --version | head -1 +done + +echo "UPDATING:" aclocal autoheader autoconf