[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-tar] VPATH build buglet
From: |
Ralf Wildenhues |
Subject: |
[Bug-tar] VPATH build buglet |
Date: |
Fri, 17 Mar 2006 10:46:12 +0100 |
User-agent: |
Mutt/1.5.11 |
Hello there,
CVS tar passes distcheck on x86_64-unknown-linux-gnu with this trivial
patch, which enables the tests 26, 28, 29 to find mkinstalldirs in the
source tree.
Cheers,
Ralf
* tests/atlocal.in (PATH): Add build-aux from the source tree,
not the build tree.
Index: tests/atlocal.in
===================================================================
RCS file: /cvsroot/tar/tar/tests/atlocal.in,v
retrieving revision 1.3
diff -u -r1.3 atlocal.in
--- tests/atlocal.in 20 Feb 2006 10:01:47 -0000 1.3
+++ tests/atlocal.in 17 Mar 2006 09:39:37 -0000
@@ -2,5 +2,5 @@
# Configurable variable values for tar test suite.
# Copyright (C) 2004, 2006 Free Software Foundation, Inc.
address@hidden@:@abs_top_builddir@/src:@abs_top_builddir@/build-aux:$top_srcdir:$srcdir:$PATH
address@hidden@:@abs_top_builddir@/src:@abs_top_srcdir@/build-aux:$top_srcdir:$srcdir:$PATH
- [Bug-tar] VPATH build buglet,
Ralf Wildenhues <=