libtool-patches
[Top][All Lists]
Advanced

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

use a diversion to preserve LIBTOOLIZE export [libtool--gary--1.0--patch


From: Gary V. Vaughan
Subject: use a diversion to preserve LIBTOOLIZE export [libtool--gary--1.0--patch-63]
Date: Mon, 29 Nov 2004 10:44:07 +0000 (GMT)
User-agent: mailnotify/0.6

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

- --patch-62 wasn't quite enough.  I'll commit libtool--gary--1.0--patch-61..63
as a single changeset to HEAD later today if there are no objections.

In combination with Bob's rpath wrapper fixes the new tests pass for me on 
darwin even if I have an installed branch-2-0 libtool first in my PATH :-)

        * tests/testsuite.at (LIBTOOLIZE): Wrap LIBTOOLIZE initialisation
        in PREPARE_TESTS diversion to stop it being discarded when
        testsuite is generated.

Cheers,
        Gary.
- -- 
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 0.9
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFBqv12FRMICSmD1gYRAvcSAJwO2GX7lIBdIERZbhJWnKr1THmAAwCfe7j4
WsHPD0XmwespGBh3np0Haf8=
=sK3t
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--gary--1.0--patch-62 to compare with
* comparing to address@hidden/libtool--gary--1.0--patch-62
M  ChangeLog
M  tests/testsuite.at

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>

        * tests/testsuite.at (LIBTOOLIZE): Wrap LIBTOOLIZE initialisation
        in PREPARE_TESTS diversion to stop it being discarded when
        testsuite is generated.

--- orig/tests/testsuite.at
+++ mod/tests/testsuite.at
@@ -18,9 +18,10 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-: ${LIBTOOLIZE="${abs_to_builddir}/libtoolize"}
-
+m4_divert_push([PREPARE_TESTS])dnl
+: ${LIBTOOLIZE="${abs_top_builddir}/libtoolize"}
 export LIBTOOLIZE
+m4_divert_pop([PREPARE_TESTS])dnl
 
 # AT_LIBTOOLIZE([ARGS])
 # ---------------------




reply via email to

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