From: David Levine Date: Thu, 24 Jul 2014 02:20:34 +0000 (-0500) Subject: Removed "true" from end of flex fixups. I don't know why it was X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/cce1fc3879071125169f43ce5e82465d2fda3da0?ds=inline;hp=-c Removed "true" from end of flex fixups. I don't know why it was there. --- cce1fc3879071125169f43ce5e82465d2fda3da0 diff --git a/configure.ac b/configure.ac index 57ff08df..30afee83 100644 --- a/configure.ac +++ b/configure.ac @@ -501,9 +501,9 @@ dnl http://sourceforge.net/p/flex/bugs/140/ AS_IF([test "$LEX" = flex], [AS_CASE([`$LEX -V`], [flex\ 2.5.35], [LFLAGS=\ -'; sed -e "s/ int n;/ size_t n;/" $@ >$@.tmp && mv -f $@.tmp $@; true'], +'; sed -e "s/ int n;/ size_t n;/" $@ >$@.tmp && mv -f $@.tmp $@'], [flex\ 2.5.3[[67]]], [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 $@']) AC_SUBST([LFLAGS])]) dnl ----------------