Show the version found for the various build tools like automake,
authorMalcolm Tredinnick <malcolm@src.gnome.org>
Sun, 10 Aug 2003 09:31:51 +0000 (09:31 +0000)
committerMalcolm Tredinnick <malcolm@src.gnome.org>
Sun, 10 Aug 2003 09:31:51 +0000 (09:31 +0000)
* 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
macros2/autogen.sh

index 70af2e7..58f91c0 100644 (file)
@@ -1,3 +1,9 @@
+2003-08-10  Malcolm Tredinnick <malcolm@commsecure.com.au>
+
+       * 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 <malcolm@commsecure.com.au>
 
        * compile-flags.m4: Continuing to try and get the flags passed
index 5236dfc..58299e3 100644 (file)
@@ -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