From: David Levine Date: Sat, 15 Mar 2014 00:56:38 +0000 (-0500) Subject: Modified probe to output sbr/dtimep.c. The flex version is 2.5.36. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/ea0b5594781de7fd604ff354fdc686298aabdc34?hp=2d688dc85e80ff9c832d9ea252ed393f0b5105e2 Modified probe to output sbr/dtimep.c. The flex version is 2.5.36. --- diff --git a/configure.ac b/configure.ac index b26abb94..98bfc6a1 100644 --- a/configure.ac +++ b/configure.ac @@ -490,7 +490,7 @@ dnl Use LFLAGS make variable setting to work around bugs in flex dnl 2.5.36 that cause signed/unsigned mismatch, dnl http://sourceforge.net/p/flex/bugs/140/ AS_IF([test "$LEX" = flex], - [$LEX -V; AS_CASE([`$LEX -V`], + [cat sbr/dtimep.c; AS_CASE([`$LEX -V`], [flex\ 2.5.35], [LFLAGS=\ '; sed -e "s/ int n;/ size_t n;/" $@ >$@.tmp && mv -f $@.tmp $@; true'], [flex\ 2.5.36], [LFLAGS=\