Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Stupid me, sorry
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 4 Feb 2005 11:40:35 +0000 (11:40 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 4 Feb 2005 11:40:35 +0000 (11:40 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@864 48e7efb5-ca39-0410-a469-dd3cf9ba447f

acmacro/flex.m4

index 3f1c4e8..0f66a94 100644 (file)
@@ -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
 ])