From d8f09e00702c0f77a611d7aa5f002d2ede861f5c Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Fri, 8 Feb 2019 17:32:47 -0500 Subject: 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). --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') 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]) -- cgit v1.2.3