Opened 18 years ago
Closed 17 years ago
#1143 closed defect (fixed)
psbuild tries to build psLib with installed autoconf 2.60 but requires 2.61 - should be in external dependencies
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | psconfig | Version: | 2.6 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
autoconf 2.61 or greater should be part of the pschecklibs process
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Added autoconf, automake, libtool and pkg-config to the list of external "libraries".
Mac users (and others concerned about the incompatibility of their build tools) should do "pschecklibs -force build" as part of the installation process, which will force installation of the bundled build tools.
Checked in on trunk, r24068.
Note:
See TracTickets
for help on using tickets.

Same goes for more parts of the autotools - psLib wouldn't build with those that come with MacOS 10.5.6, and installing the following versions from fink made it work:
automake 1.10.1-1
libtool 2.2.4-1
pkgconfig 0.22-2
I believe these should be added as dependencies for MacOS 10.5 or perhaps darwin_x86 in general.