fi
-# Check for yyunput
-
-{ echo "$as_me:$LINENO: checking whether lex can not generate yyunput" >&5
-echo $ECHO_N "checking whether lex can not generate yyunput... $ECHO_C" >&6; }
-if test "${ac_cv_c_yy_unput+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- ac_cv_c_yy_unput=no
-if $LEX --nounput -h 2>&1 | grep "do not generate" 2>&1 >/dev/null; then
- ac_cv_c_yy_unput="yes"
-else
- ac_cv_c_yy_unput="no"
-fi
-
-fi
-
-
-{ echo "$as_me:$LINENO: result: $ac_cv_c_yy_unput" >&5
-echo "${ECHO_T}$ac_cv_c_yy_unput" >&6; }
-if test $ac_cv_c_yy_unput = yes; then
- LEX="$LEX --nounput"
-fi
-
-
# add option to disable the evil rpath
# Check whether --enable-rpath was given.
if test "${enable_rpath+set}" = set; then
#endif
])
-# Check for yyunput
-AC_DEFUN([CHECK_YYUNPUT],
-[AC_MSG_CHECKING(whether lex can not generate yyunput)
-AC_CACHE_VAL(ac_cv_c_yy_unput,
-[ac_cv_c_yy_unput=no
-if $LEX --nounput -h 2>&1 | grep "do not generate" 2>&1 >/dev/null; then
- ac_cv_c_yy_unput="yes"
-else
- ac_cv_c_yy_unput="no"
-fi
-])
-
-AC_MSG_RESULT($ac_cv_c_yy_unput)
-if test $ac_cv_c_yy_unput = yes; then
- LEX="$LEX --nounput"
-fi
-])dnl
-
-CHECK_YYUNPUT
-
# add option to disable the evil rpath
dnl Check whether to use rpath or not
AC_ARG_ENABLE(rpath,