From: David Levine Date: Wed, 23 Oct 2013 15:47:23 +0000 (-0500) Subject: More probing: print out sbr/dtimep.c. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/5d4127b750ea6165afc467afc516f2f3b5781992?ds=inline;hp=--cc More probing: print out sbr/dtimep.c. --- 5d4127b750ea6165afc467afc516f2f3b5781992 diff --git a/configure.ac b/configure.ac index 31e9d992..5c06468b 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.3@<:@567@:>@], [[LFLAGS=\ -'; flex -V; cp -p $@ $@.ORIGINAL; printf "%s\n" '\''1,$$s/\( \)int i;/\1yy_size_t i;/'\'' w q | ed -s $@; diff $@ $@.ORIGINAL || true']]) +'; cat $@; cp -p $@ $@.ORIGINAL; printf "%s\n" '\''1,$$s/\( \)int i;/\1yy_size_t i;/'\'' w q | ed -s $@; diff $@ $@.ORIGINAL || true']]) AC_SUBST([LFLAGS])]) dnl --------------