]> diplodocus.org Git - nmh/commitdiff
More probing: print out sbr/dtimep.c.
authorDavid Levine <levinedl@acm.org>
Wed, 23 Oct 2013 15:47:23 +0000 (10:47 -0500)
committerDavid Levine <levinedl@acm.org>
Wed, 23 Oct 2013 15:47:23 +0000 (10:47 -0500)
configure.ac

index 31e9d9924fc8be5bcef9fc24e8696fe4ed663560..5c06468b95fbc3bbfdf8e28b0797d9b0e6c598a4 100644 (file)
@@ -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 --------------