Browse Source

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

Paul Eggert 19 years ago
parent
commit
e0b3fc61e1
2 changed files with 7 additions and 2 deletions
  1. 6 1
      ChangeLog
  2. 1 1
      tests/atlocal.in

+ 6 - 1
ChangeLog

@@ -1,3 +1,8 @@
+2006-03-18  Ralf Wildenhues  <[email protected]> (trivial change)
+
+	* tests/atlocal.in (PATH): Add build-aux from the source tree,
+	not the build tree.
+
 2006-03-13  Sergey Poznyakoff  <[email protected]>
 
 	* 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  <[email protected]>
 
 	* tests/Makefile.am (AM_CPPFLAGS): Define LOCALEDIR

+ 1 - 1
tests/atlocal.in

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