]> diplodocus.org Git - nmh/commitdiff
Removed "true" from end of flex fixups. I don't know why it was
authorDavid Levine <levinedl@acm.org>
Thu, 24 Jul 2014 02:20:34 +0000 (21:20 -0500)
committerDavid Levine <levinedl@acm.org>
Thu, 24 Jul 2014 02:20:34 +0000 (21:20 -0500)
there.

configure.ac

index 57ff08dff4a464e0a81e49305d0850ec94b5f09d..30afee83b4d69ad4735b0f59c44dc8f704903796 100644 (file)
@@ -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 ----------------