[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] Check for flex before compiling
From: |
Darshit Shah |
Subject: |
Re: [Bug-wget] Check for flex before compiling |
Date: |
Mon, 24 Nov 2014 19:19:28 +0530 |
Good point. I'll amend this check and add it to bootstrap
Thanking You,
Darshit Shah
Sent from mobile device. Please excuse my brevity
On 24-Nov-2014 7:07 pm, "Giuseppe Scrivano" <address@hidden> wrote:
> Darshit Shah <address@hidden> writes:
>
> > Damn.. I didn't think of searching for that.
> >
> > We should use AC_PROG_LEX
>
> I don't think we should check for it. As we distribute the .c file with
> the tarball, it is not needed for building wget. It is only needed from
> a git checkout, so the place for such a check should be the bootstrap
> script (adding a dependency, if missed, in bootstrap.conf).
>
> Regards,
> Giuseppe
>