]> 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>
Tue, 2 Oct 2012 14:05:19 +0000 (21:05 +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 2f36bcb1c234472c9e35f2aef7ea4c02d2dc97c7..4fed5f9e457abf3c15e054310257fe80e755a92e 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=:
 }