libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 348-gary-stupid-typo-fix-for-346


From: Gary V. Vaughan
Subject: FYI: 348-gary-stupid-typo-fix-for-346
Date: Mon, 28 Jan 2008 15:35:31 +0800 (PHT)
User-agent: mailnotify/0.9

Applied to HEAD, as obvious.

That's what I get for not asking for a review :-(

  Index: ChangeLog
  from  Gary V. Vaughan  <address@hidden>
        * libtoolize.m4sh (func_check_macros): Correct typo with
        '$opt_quiet ||' where '$opt_quiet &&' that was preventing
        func_check_macros from running!
  
  Index: libtoolize.m4sh
  ===================================================================
  RCS file: /sources/libtool/libtool/libtoolize.m4sh,v
  retrieving revision 1.72
  diff -u -u -r1.72 libtoolize.m4sh
  --- libtoolize.m4sh 28 Jan 2008 05:39:26 -0000 1.72
  +++ libtoolize.m4sh 28 Jan 2008 07:33:47 -0000
  @@ -1139,10 +1139,11 @@
   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
-- 
  ())_.              Email me: address@hidden
  ( '/           Read my blog: http://blog.azazil.net
  / )=         ...and my book: http://sources.redhat.com/autobook
`(_~)_ Join my AGLOCO Network: http://www.agloco.com/r/BBBS7912 
_________________________________________________________
This patch notification generated by vcsapply version 1.0
http://savannah.gnu.org/projects/cvs-utils

Attachment: pgpCJ_tWN9hCj.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]