mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-24 14:24:59 +08:00
* libtoolize.m4sh (func_check_macros): Correct typo with
'$opt_quiet ||' where '$opt_quiet &&' that was preventing func_check_macros from running!
This commit is contained in:
parent
ac41623041
commit
9d679019f7
@ -1,5 +1,9 @@
|
||||
2008-01-28 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
* libtoolize.m4sh (func_check_macros): Correct typo with
|
||||
'$opt_quiet ||' where '$opt_quiet &&' that was preventing
|
||||
func_check_macros from running!
|
||||
|
||||
* libtoolize.m4sh: Set opt_ltdl whenever seen_ltdl is set
|
||||
so that libtoolize behaves as though --ltdl was passed even
|
||||
if it wasn't as long as LTDL_INIT (or equivalent) was seen
|
||||
|
@ -1139,10 +1139,11 @@ func_nonemptydir_p ()
|
||||
func_check_macros ()
|
||||
{
|
||||
$opt_debug
|
||||
$opt_quiet || return
|
||||
$opt_quiet && return
|
||||
$seen_autoconf || return
|
||||
|
||||
ac_config_macro_dir_advised=false
|
||||
|
||||
$seen_autoconf || return
|
||||
|
||||
# Suggest modern idioms for storing autoconf macros:
|
||||
if test -z "$ac_macrodir$ltdldir"; then
|
||||
|
Loading…
Reference in New Issue
Block a user