Opened 6 years ago

Closed 6 years ago

#4123 closed patch (fixed)

Fix postgis_tiger_geocoder.control generation

Reported by: komzpa Owned by: komzpa
Priority: medium Milestone: PostGIS 2.4.5
Component: postgis Version: 2.4.x
Keywords: Cc:

Description

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.

Patch: https://github.com/postgis/postgis/pull/270

Change History (1)

comment:1 by komzpa, 6 years ago

Resolution: fixed
Status: assignedclosed

In 16644:

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

Note: See TracTickets for help on using tickets.