From ca9f967a46db12756dfcfd4b73f8bf132bbb877c Mon Sep 17 00:00:00 2001 From: Darafei Praliaskouski Date: Fri, 13 Jul 2018 23:30:57 +0000 Subject: [PATCH] Fix postgis_tiger_geocoder.control generation Patch by Christoph Berg Commit 639308e moved the postgis_tiger_geocoder.control into the Makefile, but forgot to remove the file from configure.ac, which still generates the file, so the Makefile rule is not effective and the resulting .control file has the raw @EXTVERSION@ line from the .in file. Closes #4123 Closes https://github.com/postgis/postgis/pull/270 git-svn-id: http://svn.osgeo.org/postgis/trunk@16644 b70326c6-7e19-0410-871a-916f4a2858ee --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index c599b9555..5b9769f9e 100644 --- a/configure.ac +++ b/configure.ac @@ -1459,7 +1459,6 @@ AC_OUTPUT([GNUmakefile extensions/postgis_sfcgal/Makefile extensions/postgis_topology/Makefile extensions/postgis_tiger_geocoder/Makefile - extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control extensions/address_standardizer/Makefile liblwgeom/Makefile liblwgeom/cunit/Makefile -- 2.40.0