aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2019-02-08 17:32:47 -0500
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2019-02-08 17:32:47 -0500
commitd8f09e00702c0f77a611d7aa5f002d2ede861f5c (patch)
treec6ad8fa95ec5752d340fa1df9a5a223ff4429549 /configure.ac
parented3cf22d7ee4f3cf88919502f4ab753679523869 (diff)
downloadPROJ-d8f09e00702c0f77a611d7aa5f002d2ede861f5c.tar.gz
PROJ-d8f09e00702c0f77a611d7aa5f002d2ede861f5c.zip
Remove data/install.in.
The files referenced in it (and more) are already installed by listing them in `pkgdata_DATA` (for autotools) and in the `install` command (for CMake).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f0caf4d8..1135b4a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -353,7 +353,6 @@ if ! test "x$with_external_gtest" = "xyes" ; then
test/googletest/include/gtest/internal/custom/Makefile
test/googletest/src/Makefile])
fi
-AC_CONFIG_FILES([data/install], [chmod +x data/install])
AC_CONFIG_FILES([proj.pc])