diff options
| author | Howard Butler <howard@hobu.co> | 2015-02-16 17:41:10 +0000 |
|---|---|---|
| committer | Howard Butler <howard@hobu.co> | 2015-02-16 17:41:10 +0000 |
| commit | 579ac1180968e3d3a96cf5bfd73da90e8ce7be25 (patch) | |
| tree | bcace98fbf5c99c410cbc36e62f0dff78700a54c /nad/testntv2 | |
| parent | 862c4682e67ab06b60951b57bf6634789651677a (diff) | |
| download | PROJ-579ac1180968e3d3a96cf5bfd73da90e8ce7be25.tar.gz PROJ-579ac1180968e3d3a96cf5bfd73da90e8ce7be25.zip | |
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
Diffstat (limited to 'nad/testntv2')
| -rwxr-xr-x | nad/testntv2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nad/testntv2 b/nad/testntv2 index 5a9e1a73..669517d5 100755 --- a/nad/testntv2 +++ b/nad/testntv2 @@ -3,6 +3,7 @@ # Test NTv2 (.gsb) support. Assumes ntv2_0.gsb is installed. # # +NAD_DIR=`dirname $0` EXE=$1 usage() @@ -56,7 +57,7 @@ EOF # Done! # 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" |
