X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8ffecc04a145c8aa4f5911ef27b0657ec01bf0d7..76bd3f033984ebf107a39ffca6768c7791c724b8:/acmacro/flex.m4 diff --git a/acmacro/flex.m4 b/acmacro/flex.m4 index a543aa2d49..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";