"Steven Shaw" <[EMAIL PROTECTED]> wrote: > On 04/12/06, Jim Meyering <[EMAIL PROTECTED]> wrote: >> So far so good. That's two of three. >> Did your "diff" output match mine? > > What diff output?
The diff output in the message that asked for make and perl versions. I'll repeat it here, adding the [...] part. -------------------------------- What output do you get from this command (assuming you have GNU diff)? [this is to ensure that bootstrap's "perl -ne ..." command is generating the same intermediate output for you as for me]: (cd gen && rm -f gen-src.mk; \ perl -ne '/^(abs_srcdir|if|else|endif|include)\b/ or print' Makefile.am \ | diff -u0 - Makefile.am ) Here's what I get: --- - 2006-12-04 22:07:13.438724000 +0100 +++ Makefile.am 2006-12-04 19:12:36.000000000 +0100 @@ -0,0 +1 @@ +include gen-src.mk @@ -14,0 +16 @@ timestamp: $(spec) $(java_sources) $(cxx +if BUILD_IN_MESSAGE_TREE @@ -18,0 +21 @@ timestamp: $(spec) $(java_sources) $(cxx +else @@ -19,0 +23 @@ timestamp: $(spec) $(java_sources) $(cxx +endif @@ -29,0 +34 @@ gen-src.mk: timestamp +if BUILD_IN_MESSAGE_TREE @@ -38,0 +44 @@ gen-src.mk: timestamp +endif
