From 579ac1180968e3d3a96cf5bfd73da90e8ce7be25 Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Mon, 16 Feb 2015 17:41:10 +0000 Subject: apply patch for #247 to support out-of-tree autoconf builds git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2602 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- nad/testIGNF | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nad/testIGNF') diff --git a/nad/testIGNF b/nad/testIGNF index 15226774..6f8437f3 100755 --- a/nad/testIGNF +++ b/nad/testIGNF @@ -10,6 +10,7 @@ # transformations will be wrong and vice-versa # 2009-10-04 : addition of NTFG to RGF93G test to check if # the gsb grid is still ok +NAD_DIR=`dirname $0` EXE=$1 usage() @@ -150,7 +151,7 @@ EOF # # do 'diff' with distribution results echo "diff ${OUT} with ${OUT}.dist" -diff -b ${OUT} ${OUT}.dist +diff -b ${OUT} ${NAD_DIR}/${OUT}.dist if [ $? -ne 0 ] ; then echo "" echo "PROBLEMS HAVE OCCURED" -- cgit v1.2.3