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/old | |
| parent | 4ea0c2d72c80120a6074b97577a2659e23015f5c (diff) | |
| download | PROJ-00f6873a159806cf08a3f51d90776e2840ede946.tar.gz PROJ-00f6873a159806cf08a3f51d90776e2840ede946.zip | |
autoconf: fix 'make check' on out-of-tree builds
Diffstat (limited to 'test/old')
| -rw-r--r-- | test/old/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
