summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2011-12-11 18:31:56 +0700
committerGary V. Vaughan <gary@gnu.org>2012-09-16 13:23:26 +0700
commit7039315a8c240196bd75552890ad7f25ab495a17 (patch)
tree6cbdee51f1faf58586abf294cf0b34477d7f00da
parentcf86b942c893da74d6e9faf0125364a9f114ea01 (diff)
downloadlibtool-7039315a8c240196bd75552890ad7f25ab495a17.tar.gz
libtoolize: improve verbose mode output.
* libtoolize (func_require_seen_ltdl) (func_require_seen_libtool): Output success message in verbose mode. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
-rw-r--r--libtoolize.m4sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/libtoolize.m4sh b/libtoolize.m4sh
index 624fd56f..8eb4f1bb 100644
--- a/libtoolize.m4sh
+++ b/libtoolize.m4sh
@@ -1716,6 +1716,8 @@ func_require_seen_ltdl ()
fi
test -n "$seen_ltdl" || seen_ltdl=false
+ $seen_ltdl && func_verbose "found LTDL_INIT invocation"
+
require_seen_ltdl=:
}
@@ -1737,6 +1739,8 @@ func_require_seen_libtool ()
fi
test -n "$seen_libtool" || seen_libtool=false
+ $seen_libtool && func_verbose "found LT_INIT invocation"
+
require_seen_libtool=:
}