]> diplodocus.org Git - nmh/commitdiff
Modified probe to output sbr/dtimep.c. The flex version is 2.5.36.
authorDavid Levine <levinedl@acm.org>
Sat, 15 Mar 2014 00:56:38 +0000 (19:56 -0500)
committerDavid Levine <levinedl@acm.org>
Sat, 15 Mar 2014 00:56:38 +0000 (19:56 -0500)
configure.ac

index b26abb9492cf92b6dbd6e952532e5269e6e4b506..98bfc6a116b308e394ea616707cf52a27aa01892 100644 (file)
@@ -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],
 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=\
                [flex\ 2.5.35], [LFLAGS=\
 '; sed -e "s/  int n;/ size_t n;/" $@ >$@.tmp && mv -f $@.tmp $@; true'],
                [flex\ 2.5.36], [LFLAGS=\