File: flex-optimize.m4

package info (click to toggle)
html-xml-utils 7.7-1.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,540 kB
  • sloc: ansic: 11,213; sh: 7,996; lex: 243; makefile: 192; yacc: 125
file content (7 lines) | stat: -rwxr-xr-x 238 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
# AC_FLEX_OPTIMIZE
# --------------------------------------------------------------
# Check whether we can use option -Cfe to optimize the lexer
AC_DEFUN([AC_FLEX_OPTIMIZE],
[case "$ac_cv_prog_LEX" in
  *flex) lex_opt_flags=-Cfe;;
esac])