On Wed, Feb 13, 2002 at 09:31:19PM +0100, Alexandre Duret-Lutz wrote: > Nope, this code comes from Automake, and `am__include = include' > is the expected output. > > The question is why does > > fgrep 'am__include = #' Makefile && exit 1 > > abort the test? > > Can you check how the following script works with your shell?
Yes, it works with sh and bash (not with csh - I use csh, but SHELL points to bash in the generated Makefiles, so I think that is alright (for that matter I wonder why bash is preferred over my sh)) > Is this the only failing test? Because there are other > tests using similar constructs. Yes, it is the only failing test. Cheers, Patrick (will look at the am__include="#" bit later..)