* tests/gnits2.test, tests/gnits3.test: Don't trust the exit
status of `make -k'.
* tests/obsolete.test: Source obs.1 and obs.2 from current
directory.
+2002-07-24 Alexandre Duret-Lutz <duret_g@epita.fr>
+
+ Fix failures reported by Patrick Welche on NetBSD.
+ * tests/gnits2.test, tests/gnits3.test: Don't trust the exit
+ status of `make -k'.
+ * tests/obsolete.test: Source obs.1 and obs.2 from current
+ directory.
+
2002-07-23 Patrick Welche <prlw1@newn.cam.ac.uk>
* lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): Add
$MAKE install
test -f ../inst-dir/bin/pfine
test ! -f ../inst-dir/bin/fine
-$MAKE -k installcheck 2>stderr && exit 1
+$MAKE -k installcheck 2>stderr || : # Never trust the exit status of make -k.
cat stderr
grep 'pfubar does not support' stderr
grep 'pfubar3 does not support' stderr
../configure --prefix=`pwd`/../inst-dir --program-prefix=p
$MAKE
$MAKE install
-$MAKE -k installcheck 2>stderr && exit 1
+$MAKE -k installcheck 2>stderr || : # Never trust the exit status of make -k.
cat stderr
grep 'sub/pnok does not support' stderr
grep 'sub/pnok.sh does not support' stderr
# Expect Autoconf to complain about each of the macros in obs.
$AUTOCONF -Wobsolete >stderr 2>&1
-. obs.1
+. ./obs.1
# Make sure Autoupdate remove each of these macros.
$AUTOUPDATE || exit 1
-. obs.2
+. ./obs.2
# Autoconf should be able to grok the updated configure.in.
$AUTOCONF || exit 1