IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 20 years ago

#357 closed defect (fixed)

automake 1.6 is required, but not automatic

Reported by: eugene Owned by: robert.desonia@…
Priority: high Milestone:
Component: sys Version: 0.5.0
Severity: normal Keywords:
Cc:

Description

psLib requires automake 1.6 or it fails. automake defaults to 1.4 unless told
otherwise. this can be overridden by the user with the environment varialble
setting WANT_AUTOMAKE=1.6. DEV_NOTES should probably list this prominently. In
addition, or alternatively, aclocal.m4 can include the command
AM_AUTOMAKE_VERSION. see the header of /usr/lib/automake/am-wrapper.pl

(yes, this applies only to the CVS checkout, but it would help future developers...)

Change History (2)

comment:1 by robert.desonia@…, 21 years ago

Resolution: fixed
Status: newclosed

Wasn't aware that I used any 1.6 specific automake directives, but given the
very poor documentation on automake from the FSF, I'm not surprised.

Modified configure.ac to specify automake 1.6 to be required via:

AM_INIT_AUTOMAKE(1.6)

Since I have not seen any problems before specifying the automake version on any
of the machines here (including OSX), I'm not sure if that is really fixing
anything. The automake that comes with modern Fedora and SUSE distro's seem to
work without any help via environment variables.

-rdd

comment:2 by eugene, 20 years ago

this seems to be resolved with the current automake scripts

Note: See TracTickets for help on using tickets.