libtool-patches
[Top][All Lists]
Advanced

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

FYI: LT_WITH_LTDL recursive [297]


From: Gary V. Vaughan
Subject: FYI: LT_WITH_LTDL recursive [297]
Date: Mon, 7 Nov 2005 14:19:00 +0000 (GMT)
User-agent: mailnotify/0.7

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.

  * looking for address@hidden/libtool--devo--1.0--patch-361 to compare with
  * comparing to address@hidden/libtool--devo--1.0--patch-361
  M  libltdl/m4/ltdl.m4
  M  ChangeLog
  
  * modified files
  
  Index: Changelog
  from  Gary V. Vaughan  <address@hidden>
        Support 'recursive' mode for building libltdl: Automake will
        recursively descend into the libltdl directory, and use libltdl's
        Makefile.am code to build libltdl:
        * ltdl.m4 (LT_CONFIG_LTDL_DIR): Don't barf on 'recursive' mode
        for 2nd argument.
        (_LTDL_MODE_DISPATCH): Handle recursive mode.
  
  --- orig/libltdl/m4/ltdl.m4
  +++ mod/libltdl/m4/ltdl.m4
  @@ -34,7 +34,7 @@
   dnl If not otherwise defined, default to the 1.5.x compatible subproject 
mode:
   m4_if(_LTDL_MODE, [],
        [m4_define([_LTDL_MODE], m4_default([$2], [subproject]))
  -     m4_if([-1], [m4_bregexp(_LTDL_MODE, [\(subproject\|nonrecursive\)])],
  +     m4_if([-1], [m4_bregexp(_LTDL_MODE, 
[\(subproject\|\(non\)?recursive\)])],
                [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])])
   ])# LT_CONFIG_LTDL_DIR
   
  @@ -155,6 +155,7 @@
          [subproject], [AC_CONFIG_SUBDIRS(_LTDL_DIR)
                          _LT_SHELL_INIT([lt_dlopen_dir="$lt_ltdl_dir"])],
          [nonrecursive], [_LT_SHELL_INIT([lt_dlopen_dir="$lt_ltdl_dir"])],
  +       [recursive], [],
        [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])])dnl
   dnl Be careful not to expand twice:
   m4_define([$0], [])
  
  
  
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 1.0
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFDb2JTFRMICSmD1gYRAphRAKCluPYie/4zYPhF5NsUp0S4EdfVzwCfWFAq
L9HKN/pj78YjkiKgwiBXvEU=
=/jpp
-----END PGP SIGNATURE-----




reply via email to

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