diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-09-19 17:31:26 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-09-19 17:31:26 +0200 |
| commit | 00f6873a159806cf08a3f51d90776e2840ede946 (patch) | |
| tree | fb7679be7326ad672613e60d30d15545edd88f27 /test | |
| parent | 4ea0c2d72c80120a6074b97577a2659e23015f5c (diff) | |
| download | PROJ-00f6873a159806cf08a3f51d90776e2840ede946.tar.gz PROJ-00f6873a159806cf08a3f51d90776e2840ede946.zip | |
autoconf: fix 'make check' on out-of-tree builds
Diffstat (limited to 'test')
| -rw-r--r-- | test/gie/Makefile.am | 2 | ||||
| -rw-r--r-- | test/old/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/gie/Makefile.am b/test/gie/Makefile.am index 7dc32eba..44facd87 100644 --- a/test/gie/Makefile.am +++ b/test/gie/Makefile.am @@ -11,7 +11,7 @@ EXTRA_DIST = 4D-API_cs2cs-style.gie \ unitconvert.gie \ DHDN_ETRS89.gie -PROJ_LIB ?= $(top_srcdir)/data +PROJ_LIB ?= ../../data 4D-API-cs2cs-style: 4D-API_cs2cs-style.gie PROJ_LIB=$(PROJ_LIB) $(GIEEXE) $< diff --git a/test/old/Makefile.am b/test/old/Makefile.am index 9e659280..2848d40a 100644 --- a/test/old/Makefile.am +++ b/test/old/Makefile.am @@ -1,5 +1,5 @@ # Executables paths passed to test scripts -DATAPATH = $(top_srcdir)/data +DATAPATH = ../../data THIS_DIR = $(top_srcdir)/test/old EXEPATH = ../../src PROJEXE = $(EXEPATH)/proj |
