Ignore:
Timestamp:
27/02/09 03:04:44 (14 years ago)
Author:
fielding@…
Message:

If lex is actually flex (as it is on Mac OS X), then the -l flag is
required in order to support yylineo. make uses LFLAGS to set flags
for the automatic rule for running lex.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abnfparser/bap/configure.ac

    r407 r449  
    2727dnl fi
    2828
     29AC_PROG_LEX
     30if test "$LEX" = "flex"; then
     31        FLEXFLAGS="-l"
     32fi
     33AC_SUBST(FLEXFLAGS)
     34
    2935AC_REPLACE_FUNCS(hcreate)
    3036
Note: See TracChangeset for help on using the changeset viewer.