]> git.puffer.fish Git - matthieu/frr.git/commitdiff
2004-08-17 Greg Troxel <gdt@fnord.ir.bbn.com>
authorgdt <gdt>
Tue, 17 Aug 2004 12:27:32 +0000 (12:27 +0000)
committergdt <gdt>
Tue, 17 Aug 2004 12:27:32 +0000 (12:27 +0000)
        * update-autotools: print tools versions to aid people in sending
        bug reports.

ChangeLog
update-autotools

index 6c47a15f0c5b08c6574e8a77690fe5a512454f27..65024ce69ad5386e7bd190be167bf88b1848c924 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-17  Greg Troxel  <gdt@fnord.ir.bbn.com>
+
+       * update-autotools: print tools versions to aid people in sending
+       bug reports.
+
 2004-07-23  Greg Troxel  <gdt@poblano.ir.bbn.com>
 
        * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir
index 860ee8f13321fa436b7ea76dd30d4d5e654c753f..5a4f6d2536515d31cc09a17a47ab81296ecff8b1 100755 (executable)
@@ -3,8 +3,16 @@
 # When local system does not have the latest autoconf/automake
 #        -- Kunihiro Ishiguro <kunihiro@zebra.org>
 #
+
 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