libtool-patches
[Top][All Lists]
Advanced

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

FYI: make libtoolize's pkgvdatadir a private api [libtool--devo--1.0--pa


From: Ralf Wildenhues
Subject: FYI: make libtoolize's pkgvdatadir a private api [libtool--devo--1.0--patch-105]
Date: Thu, 7 Apr 2005 08:36:56 +0200
User-agent: Mutt/1.4.1i

* Gary V. Vaughan wrote on Tue, Apr 05, 2005 at 11:08:52AM CEST:
> Ralf Wildenhues wrote:
> 
> > OK to apply this fix?
> 
*snip*
> In the meantime, if you want to apply this to HEAD while we discuss the
> final details, then please go ahead.

Done, thanks.

Regards,
Ralf

2005-04-07  Ralf Wildenhues  <address@hidden>

        * tests/testsuite.at (LT_AT_BOOTSTRAP): Temporary fix for testing
        in-tree libtoolize.

Index: tests/testsuite.at
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/testsuite.at,v
retrieving revision 1.9
diff -u -r1.9 testsuite.at
--- tests/testsuite.at  4 Apr 2005 17:24:40 -0000       1.9
+++ tests/testsuite.at  7 Apr 2005 06:36:28 -0000
@@ -43,7 +43,7 @@
 m4_define([LT_AT_BOOTSTRAP],
 [
 test -f ./ltmain.sh || LT_AT_LIBTOOLIZE([--copy])
-test -f ./configure || autoreconf --force --verbose --install
+test -f ./configure || _lt_pkgvdatadir="$abs_top_srcdir" autoreconf --force 
--verbose --install
 test -f ./configure || exit 1
 ./configure
 ])



reply via email to

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