summaryrefslogtreecommitdiff
path: root/macros2/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'macros2/autogen.sh')
-rw-r--r--macros2/autogen.sh2
1 files changed, 1 insertions, 1 deletions
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