On Thursday 04 April 2002 12:32 pm, Angus Leeming wrote:
> On Tuesday 02 April 2002 4:35 pm, Jean-Marc Lasgouttes wrote:
> > >>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
> >
> > Angus> Jean-Marc, I can confirm that I need neither CPP nor CPPFLAGS
> > Angus> when configuring with autoconf 2.52. All is fine and dandy.
> >
> > Great.
> >
> > >> Tell me (again?) what the problem was with autoconf 2.13.
> >
> > Angus> I'm willing to test autoconf 2.13 again, but have a question.
> > Angus> Do we still need the deccxx wrappers now that depcomp is in
> > Angus> cvs, or is this used only by autoconf 2.52 and above?
> >
> > depcomp is needed only by automake >=1.5. If version 1.5 still works
> > with autoconf 2.13, you are on the right track.
> >
> > JMarc
>
> I've just checked that autoconf 2.13 works with my configure script. All is
> fine and dandy here too. deccxx and deccc are NOT needed at all when using
> automake >= 1.5.

I forgot to mention:

The AC_LANG(C, C++) calls I need to get the flimage stuff to work with 
autoconf 2.52 are not recognized by autoconf 2.13, but it manages to find the 
flinage routines successfully.

I would like this resolved properly...

Angus


AC_LANG(C)
AC_CHECK_FUNCS(flimage_dup,[
  AC_CHECK_FUNCS(flimage_to_pixmap,[
    lyx_use_xforms_image_loader=yes
    AC_CHECK_FUNCS(flimage_enable_ps)])])
AC_LANG(C++)

Reply via email to