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>
This commit is contained in:
Gary V. Vaughan 2011-12-11 18:31:56 +07:00
parent 7db681a269
commit 8c6e33197e

View 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=:
}