[postgis-tickets] [PostGIS] #5200: Installation instructions from source are missing section about GNU Autotools
PostGIS
trac at osgeo.org
Fri Aug 5 10:10:28 PDT 2022
#5200: Installation instructions from source are missing section about GNU
Autotools
-------------------------+---------------------------
Reporter: simonseyock | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 3.2.3
Component: postgis | Version: 3.2.x
Keywords: |
-------------------------+---------------------------
Currently the docs state that you can clone the source, install
dependencies and the run configure.
This is not true, as the configure script is not (anymore?) provided via
code, but just the configure.ac files etc.
I would add a new section to the documentation where the necessary
commands are listed. For me it worked with the following ones, but I am
really not sure what was necessary (apart from libtoolize and autoconf)
{{{
libtoolize --force
aclocal
autoheader
autoconf
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5200>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list