]> granicus.if.org Git - postgis/commit
Fix postgis_tiger_geocoder.control generation
authorDarafei Praliaskouski <me@komzpa.net>
Fri, 13 Jul 2018 23:30:57 +0000 (23:30 +0000)
committerDarafei Praliaskouski <me@komzpa.net>
Fri, 13 Jul 2018 23:30:57 +0000 (23:30 +0000)
commitca9f967a46db12756dfcfd4b73f8bf132bbb877c
tree28888c01199f6ab59b746d325a177f1f7bff8643
parent9973bbb11092cbca9a7920708ca5874092fd809c
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