libtool-patches
[Top][All Lists]
Advanced

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

export LIBTOOLIZE from testsuite for autoreconf [libtool--gary--1.0--pat


From: Gary V. Vaughan
Subject: export LIBTOOLIZE from testsuite for autoreconf [libtool--gary--1.0--patch-62]
Date: Fri, 26 Nov 2004 14:43:50 +0000 (GMT)
User-agent: mailnotify/0.6

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

Okay to commit (as a single changeset alongside --patch-61)?

        * tests/testsuite.at (LIBTOOLIZE): Export the correct libtoolize
        script to the environment, along with -I flags required to use
        macros and ltdl sources from $srcdir.

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

iD8DBQFBp0ElFRMICSmD1gYRAscBAJ9sCfgwKJq7v4LyBnPnU1I1Und3MgCggbH9
FBFMzLsUE7cR0fIWW+9mXb8=
=dd0m
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--gary--1.0--patch-61 to compare with
* comparing to address@hidden/libtool--gary--1.0--patch-61
M  ChangeLog
M  tests/testsuite.at

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>
        * tests/testsuite.at (LIBTOOLIZE): Export the correct libtoolize
        script to the environment, along with -I flags required to use
        macros and ltdl sources from $srcdir.

2004-11-24  Gary V. Vaughan  <address@hidden>

--- orig/tests/testsuite.at
+++ mod/tests/testsuite.at
@@ -18,12 +18,14 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
+: ${LIBTOOLIZE="${abs_to_builddir}/libtoolize"}
+
+export LIBTOOLIZE
 
 # AT_LIBTOOLIZE([ARGS])
 # ---------------------
 m4_define([AT_LIBTOOLIZE],
-["${LIBTOOLIZE-${abs_top_builddir}/libtoolize}" \
-    -I "$abs_top_srcdir" -I "$abs_top_srcdir/config" $1
+["$LIBTOOLIZE" -I "$abs_top_srcdir" -I "$abs_top_srcdir/config" $1
 ])
 
 




reply via email to

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