bug-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Solaris 8 lex vs flex


From: Shawn Ferry
Subject: Re: Solaris 8 lex vs flex
Date: Tue, 3 Jun 2003 11:00:23 -0400

On Monday, Jun 2, 2003, at 14:23 US/Eastern, Thomas Glanzmann wrote:

flex version 2.5.4

Use gnu flex.

To clarify slightly, configure currently accepts lex as a valid parser.
The following patch causes configure to exit if it does not find flex.



*** configure.ac   Tue Jun  3 10:12:42 2003
--- configure.ac        Tue Jun  3 10:49:51 2003
***************
*** 57,62 ****
--- 57,65 ----

  AC_PROG_CC
  AM_PROG_LEX
+ if test "$LEX" != flex; then
+       AC_MSG_ERROR(this release of cfengine requires GNU Flex)
+ fi
  AC_PROG_YACC
  AC_PROG_RANLIB
  AC_PROG_INSTALL

--
Shawn Ferry             address@hidden
SevenSpace              Technical Lead and Sr. Principal Systems Engineer
866.377.7223            www.sevenspace.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]