* 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:
Gary V. Vaughan 2008-01-28 07:34:25 +00:00
parent ac41623041
commit 9d679019f7
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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