From: David Levine Date: Wed, 23 Oct 2013 16:04:52 +0000 (-0500) Subject: Ooops, fixed typo in configure.ac. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/bac72c895a8b962619defed7621b25c33b3c6232?ds=inline;hp=--cc Ooops, fixed typo in configure.ac. --- bac72c895a8b962619defed7621b25c33b3c6232 diff --git a/configure.ac b/configure.ac index c007b0c8..6ff7c9df 100644 --- a/configure.ac +++ b/configure.ac @@ -565,7 +565,7 @@ dnl http://sourceforge.net/p/flex/bugs/140/ AS_IF([test "$LEX" = flex], [AS_CASE([`$LEX -V`], [flex\ 2.5.35], [[LFLAGS=\ -'; cp -p $@ $@.ORIGINAL; printf "%s\n" '\''1,$$s/(size_t) \(num_to_read\)/\1/'\'' w q | ed -s $@; diff $@ $@.ORIGINAL || true']]) +'; cp -p $@ $@.ORIGINAL; printf "%s\n" '\''1,$$s/(size_t) \(num_to_read\)/\1/'\'' w q | ed -s $@; diff $@ $@.ORIGINAL || true']], [flex\ 2.5.3@<:@67@:>@], [[LFLAGS=\ '; printf "%s\n" '\''1,$$s/\( \)int i;/\1yy_size_t i;/'\'' w q | ed -s $@']]) AC_SUBST([LFLAGS])])