mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
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:
parent
7db681a269
commit
8c6e33197e
@ -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=:
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user