This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Configure patch] Issue error if bison not found
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Craig Rodrigues <rodrigc at attbi dot com>
- Cc: Alexandre Oliva <aoliva at redhat dot com>, <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 28 Nov 2002 09:35:21 -0500 (EST)
- Subject: Re: [Configure patch] Issue error if bison not found
Thanks for pursuing this.
On Thu, 28 Nov 2002, Craig Rodrigues wrote:
> Index: configure.in
> - AC_CHECK_PROG(FLEX, flex, flex, false)
> + AC_CHECK_PROG(FLEX, flex, flex, ${CONFIG_SHELL-/bin/sh} ${srcdir}/../missin
> +g flex)
Patch looks like there's a line-break between "missin" and "g".
brgds, H-P