Re: [Plib-devel] New release
Brought to you by:
sjbaker
From: Martin S. <Mar...@mg...> - 2006-01-09 13:46:47
|
Martin Spott wrote: > I'm currently investigating. Please hold the release back until this > obvious bug is fixed, Now here it is, 'automake19' exits with: src/js/Makefile.am:4: UL_BSD does not appear in AM_CONDITIONAL This error is triggered by the following change: diff ~/CVS/FlightGear/plib/src/js/Makefile.am ./src/js/Makefile.am --- /home/mas/CVS/FlightGear/plib/src/js/Makefile.am Mon Jan 9 14:35:24 2006 +++ ./src/js/Makefile.am Mon Jan 9 14:34:04 2006 @@ -1,5 +1,10 @@ if BUILD_JS +# FIXME set the UL_BSD conditional using AM_CONDITIONAL in configure.ac +if UL_BSD +bin_PROGRAMS = plib-jscal +plib_jscal_SOURCES = jsBSDCal.c +endif lib_LIBRARIES = libplibjs.a include_HEADERS = js.h Does anyone need this ? If not, then I'd suggest to back it out ASAP. Does PLIB have a mailing list that enables me to track CVS changes ? I didn't find such a list Thanks, Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are ! -------------------------------------------------------------------------- |