Re: Build system
* Brendan Cully wrote on Fri, Apr 28, 2006 at 10:30:06PM CEST:
> On Friday, 28 April 2006 at 14:08, Ralf Wildenhues wrote:
> >
> > AM_CONDITIONAL([NEED_WC_FUNCS], [test "$wc_funcs" != yes])
> > if NEED_WC_FUNCS
> > mutt_SOURCES += utf8.c
> > endif
> We do this for a number of files already (sasl/ssl/pop/imap). Older
> versions of automake didn't do dependencies right for
> conditionally-compiled files, but I believe that's been fixed. It's
> worth keeping an eye on though.
I wonder to which version this applied; I don't remember reading
a report about this. You could put 1.9 in AUTOMAKE_OPTIONS in
Makefile.am.
Cheers,
Ralf