]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtoolize: improve verbose mode output.
authorGary V. Vaughan <gary@gnu.org>
Sun, 11 Dec 2011 11:31:56 +0000 (18:31 +0700)
committerGary V. Vaughan <gary@gnu.org>
Sun, 16 Sep 2012 06:23:26 +0000 (13:23 +0700)
* libtoolize (func_require_seen_ltdl)
(func_require_seen_libtool): Output success message in verbose
mode.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
libtoolize.m4sh

index 624fd56f95fd5633e6589f6875c02e72a4cdec26..8eb4f1bb01a31b6c8c5f7094623efbfbfd680f9f 100644 (file)
@@ -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=:
 }