X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ef0f1af2ad6f1845b83518bd4370ae00ac8ba3d4..1b7854be6d046f7aff1209967630aea1075b0e01:/acmacro/flex.m4 diff --git a/acmacro/flex.m4 b/acmacro/flex.m4 index 3f1c4e8aff..0f66a94d2e 100644 --- a/acmacro/flex.m4 +++ b/acmacro/flex.m4 @@ -21,7 +21,6 @@ AC_DEFUN([AC_PROG_FLEX], dnl dnl We were asked to check the version number dnl - set -x changequote(<<, >>)dnl because of the regexp [blabla] FLEX_VERSION=`flex --version | sed -e 's/^[^0-9]*//' -e 's/[^0-9]*$//'` @@ -42,9 +41,7 @@ AC_DEFUN([AC_PROG_FLEX], LEX="$SHELL $missing_dir/missing flex"; AC_SUBST(LEXLIB, '') fi - set +x fi fi AC_MSG_NOTICE([Flex found. Parsers will get updated]) - exit 0 ])