X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ea0b5594781de7fd604ff354fdc686298aabdc34..b43e55a89e0fd66e1bf968fed25feacfbd045514:/configure.ac?ds=inline diff --git a/configure.ac b/configure.ac index 98bfc6a1..932809a1 100644 --- a/configure.ac +++ b/configure.ac @@ -490,11 +490,11 @@ 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], - [cat sbr/dtimep.c; AS_CASE([`$LEX -V`], + [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=\ -'; sed -s "s/\( \)int i;/\1yy_size_t i;/" $@ >$.tmp && mv -f $@.tmp $@; true']) +'; sed -s "s/\( \)int i;/\1yy_size_t i;/" $@ >$@.tmp && mv -f $@.tmp $@; true']) AC_SUBST([LFLAGS])]) dnl ----------------