libtool-patches
[Top][All Lists]
Advanced

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

FYI: libtool--devo--1.0--patch-98


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-98
Date: Thu, 29 Jul 2004 19:14:23 +0100 (BST)
User-agent: mailnotify/0.3

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

Applied to HEAD.
- -- 
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.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFBCT5/FRMICSmD1gYRAiyaAKCTJ+otV0Bx+Lyq8XZFE08Oj/3zEwCgjq7F
foahF2zum9ewY0d/+BnvyTU=
=TQA1
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-97 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-97
M  ChangeLog
M  tests/tagtrace.test

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>
        * tests/tagtrace.test: Skip this test when running a VPATH build
        against a read-only source tree (as in distcheck for example),
        since autoconf wants to write temporary files in $top_srcdir
        otherwise.

--- orig/tests/tagtrace.test
+++ mod/tests/tagtrace.test
@@ -27,7 +27,14 @@
 fi
 . $srcdir/defs || exit 1
 
+: ${fnord=$srcdir/../fnord$$}
+
 "$AUTOCONF" --version > /dev/null 2>&1 || func_skip "This test requires GNU 
Autoconf"
+if touch $fnord; then
+  rm $fnord
+else
+  func_skip "This test requires write access to the source tree"
+fi
 
 # Abort as soon as something fails.
 set -e




reply via email to

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