Browse Source

Add build-aux to the PATH

Sergey Poznyakoff 19 years ago
parent
commit
c532f12464
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/atlocal.in

+ 2 - 1
tests/atlocal.in

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