summaryrefslogtreecommitdiff
blob: 68cc188cb28806941f8ed58ba03cb7e3b9652a10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
test the local compiled version, not the system installed version

http://bugs.gentoo.org/215359

--- util/defs.in
+++ util/defs.in
@@ -67,6 +67,7 @@
 export SHELL
 test -z "$TEXI2DVI" && TEXI2DVI=`cd $srcdir && pwd`/texi2dvi
 
+PATH=$PWD:$PATH
 echo $PATH
 # Some shells forget to export modified environment variables.
 # (See note about `export' in the Autoconf manual.)