* tests/atlocal.in (PATH): Add build-aux from the source tree,

not the build tree.
This commit is contained in:
Paul Eggert
2006-03-19 04:04:54 +00:00
parent 533854fd45
commit e0b3fc61e1
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2006-03-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (trivial change)
* tests/atlocal.in (PATH): Add build-aux from the source tree,
not the build tree.
2006-03-13 Sergey Poznyakoff <gray@gnu.org.ua>
* THANKS: Add Benno Schulenberg
@@ -14,7 +19,7 @@
* doc/tar.texi: Minor fixes.
* src/tar.c (options): Consistently begin help messages with a
lowercase letter.
2006-03-12 Sergey Poznyakoff <gray@gnu.org.ua>
* tests/Makefile.am (AM_CPPFLAGS): Define LOCALEDIR

View File

@@ -2,5 +2,5 @@
# Configurable variable values for tar test suite.
# Copyright (C) 2004, 2006 Free Software Foundation, Inc.
PATH=@abs_builddir@:@abs_top_builddir@/src:@abs_top_builddir@/build-aux:$top_srcdir:$srcdir:$PATH
PATH=@abs_builddir@:@abs_top_builddir@/src:@abs_top_srcdir@/build-aux:$top_srcdir:$srcdir:$PATH