X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/82fafc48890492688276abba53b490ed8cc0575c..3cc9325535240d20ab9eab51ad116889b53bf20e:/acmacro/flex.m4 diff --git a/acmacro/flex.m4 b/acmacro/flex.m4 index 920f752de8..b7b0fe6d72 100644 --- a/acmacro/flex.m4 +++ b/acmacro/flex.m4 @@ -3,6 +3,14 @@ dnl The first arg must be a version number with 3 parts. dnl You may want to check for version >= 2.5.31 (the one breaking posix compatibility) + +dnl Copyright (C) 2005. Martin Quinson. All rights reserved. + +dnl This file is part of the SimGrid project. This is free software: +dnl You can redistribute and/or modify it under the terms of the +dnl GNU LGPL (v2.1) licence. + + AC_DEFUN([_AC_PROG_FLEX_HELPER_TOO_OLD],[ AC_MSG_NOTICE([Found flex is too old. Parsers won't get updated (Found v$FLEX_VERSION < v$1)]) LEX="$SHELL $missing_dir/missing flex"; @@ -42,8 +50,9 @@ AC_REQUIRE([AC_PROG_LEX])dnl AC_MSG_NOTICE([Found flex is too old. Parsers won't get updated (Found v$FLEX_VERSION < v$1)]) LEX=${am_missing_run}flex AC_SUBST(LEXLIB, '') + else + AC_MSG_NOTICE([Flex found. Parsers will get updated]) fi fi fi - AC_MSG_NOTICE([Flex found. Parsers will get updated]) ])