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 /travis/install.sh | |
| parent | 4ea0c2d72c80120a6074b97577a2659e23015f5c (diff) | |
| download | PROJ-00f6873a159806cf08a3f51d90776e2840ede946.tar.gz PROJ-00f6873a159806cf08a3f51d90776e2840ede946.zip | |
autoconf: fix 'make check' on out-of-tree builds
Diffstat (limited to 'travis/install.sh')
| -rwxr-xr-x | travis/install.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/travis/install.sh b/travis/install.sh index eecf343a..be3c1989 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -24,10 +24,8 @@ mkdir build_autoconf cd build_autoconf ../configure --prefix=/tmp/proj_autoconf_install_from_dist_all make -j3 +make check make install -# We have a small issue with out-of-tree builds where the null file is generated in the build directory, but other non-generated stuff is in $(top_srcdir)/data -# Workaround this by using the install directory... -PROJ_LIB=/tmp/proj_autoconf_install_from_dist_all/share/proj make check find /tmp/proj_autoconf_install_from_dist_all cd .. |
