[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ylwrap problem
From: |
Alexander Mai |
Subject: |
Re: ylwrap problem |
Date: |
Tue, 11 Sep 2001 10:06:05 +0200 |
User-agent: |
Mutt/1.2.5i |
On Tue, Sep 11, 2001 at 05:40:54AM +0200, Ralf Corsepius wrote:
> On Mon, 2001-09-10 at 23:31, Alexander Mai wrote:
> > Hello,
> >
> > I built a package using autoconf 2.13 and automake 1.5.
> >
> > AC_PROG_YACC
> > AM_PROG_LEX
> > are part of configure.in and we have .l and .y sources as well.
> >
> > Now a user from a HPUX 11.0 system ends up with this
> > line being executed:
> > /bin/sh ../../../ylwrap mwmlex.l lex.yy.c mwmlex.c -- flex
> > This fails since that ylwrap is not included within the
> > package. Can anyone tell me what's wrong?
> > Did I miss to call a macro, add ylwrap explicitly to
> > EXTRA_DIST in the Makefile.am, is it a bug?
> Last time, I checked lesstif's sources (Presuming you are referring to
> lesstif ;) ), you didn't let automake -a add ylwrap and therefore used
> an older version for compilation of the sources.
>
> I am not sure if this might be the cause of your problem or if this has
> already been changed in lesstif.
>
> Ralf
It is LessTif, indeed.
But we call
automake -a -c --foreign $distflag
since a long time now. distflag being "" or "--ignore-deps" IIRC.
--
Alexander Mai
address@hidden