From 714401b78242b83912fcdd78a6a5615ebcc301c8 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sun, 10 Aug 2003 09:31:51 +0000 Subject: Show the version found for the various build tools like automake, * autogen.sh: Show the version found for the various build tools like automake, autoconf, libtool, etc. Patch from Steve Chaplin (bug #119533). svn path=/trunk/; revision=3054 --- macros2/ChangeLog | 6 ++++++ macros2/autogen.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/macros2/ChangeLog b/macros2/ChangeLog index 70af2e71..58f91c03 100644 --- a/macros2/ChangeLog +++ b/macros2/ChangeLog @@ -1,3 +1,9 @@ +2003-08-10 Malcolm Tredinnick + + * autogen.sh: Show the version found for the various build tools + like automake, autoconf, libtool, etc. Patch from Steve Chaplin + (bug #119533). + 2003-08-05 Malcolm Tredinnick * compile-flags.m4: Continuing to try and get the flags passed diff --git a/macros2/autogen.sh b/macros2/autogen.sh index 5236dfcd..58299e36 100644 --- a/macros2/autogen.sh +++ b/macros2/autogen.sh @@ -94,7 +94,7 @@ version_check() { vc_actual_version=`$vc_checkprog --version | head -1 | \ sed 's/^.*[ ]\([0-9.]*[a-z]*\).*$/\1/'` if compare_versions $vc_min_version $vc_actual_version; then - echo "found." + echo "found $vc_actual_version" # set variable eval "$vc_variable=$vc_checkprog" vc_status=0 -- cgit v1.2.1