Opened 3 years ago
Closed 3 years ago
#4968 closed defect (fixed)
Upgrade autogen.sh on PostGIS 2.4, 2.5, 3.0
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.4.10 |
Component: | postgis | Version: | 2.4.x |
Keywords: | Cc: |
Description
It seems many with autoconf > 2.69 are struggling to compile PostGIS 2.4 and 2.5 and possibly 3.0 chains.
So I think we should backport some of the changes we made in 3.1 to those.
We can mark as a breaking change if needed. My desktop autoconf running 2.69 works fine with 3.1 and 3.2 and that has been out for a while.
Change History (4)
comment:1 by , 3 years ago
Summary: | Upgrade configure.ac on PostGIS 2.4, 2.5, 3.0 → Upgrade autogen.sh on PostGIS 2.4, 2.5, 3.0 |
---|
Note:
See TracTickets
for help on using tickets.
Okay looks like the reason 3.1 and 3.2 work is because of Raul's patches to autogen.sh.
I'm going to test that out and backport.
Most of his changes were to change exit to exit 1 and touch build-aux/config.rpath which is actually where winnie is complaining.