in NetBSD sh (see NetBSD Problem Report #11542).
Reported by Patrick Welche.
+2002-02-22 Alexandre Duret-Lutz <duret_g@epita.fr>
+
+ * tests/make.test: Revert the grep logic to work around a bug
+ in NetBSD sh (see NetBSD Problem Report #11542).
+ Reported by Patrick Welche.
+
2002-02-20 Tim Van Holder <tim.van.holder@pandora.be>
* m4/lispdir.m4: Redirect /dev/null to stdin when running $EMACS
OKUJI Yoshinori okuji@kuicr.kyoto-u.ac.jp
Olivier Louchart-Fletcher olivier@zipworld.com.au
Olly Betts olly@muscat.co.uk
+Patrick Welche prlw1@newn.cam.ac.uk
Paul Berrevoets paul@swi.com
Paul D. Smith psmith@BayNetworks.COM
Paul Eggert eggert@twinsun.com
export AUTOMAKE
# Do the test twice -- once with make and once with make -w.
-# This tests for a bug reported by Rainer Orth.
+# This tests for a bug reported by Rainer Orth (see PR 175).
save="$MAKE"
for flag in '' -w; do
MAKE="$save $flag" ./configure
- fgrep 'am__include = #' Makefile && exit 1
+ fgrep 'am__include = include' Makefile
touch configure.in
$MAKE $flag
- fgrep 'am__include = #' Makefile && exit 1
+ fgrep 'am__include = include' Makefile
rm -f config.cache
done