summaryrefslogtreecommitdiff
path: root/am/flex.m4
blob: 58d2c4b0afed0cbae4f65f969bf584a4bdcc9710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# flex.m4 serial 1
AC_DEFUN([MU_PROG_FLEX],
[
 if test "x$LEX" = x; then
   AC_PROG_LEX
   if ! $LEX --version 2>/dev/null | grep -q '^flex '; then
      LEX="$SHELL $missing_dir/missing flex"
      AC_SUBST([LEX_OUTPUT_ROOT], [lex.yy])
      AC_SUBST([LEXLIB], [''])
   fi
])
   

Return to:

Send suggestions and report system problems to the System administrator.