invocations to please maintainer-check.
+2006-03-18 Alexandre Duret-Lutz <adl@gnu.org>
+
+ * tests/check5.test, tests/nobast.test: Fix $MAKE and rm
+ invocations to please maintainer-check.
+
2006-03-10 Alexandre Duret-Lutz <adl@gnu.org>
* automake.in (lang_c_rewrite): Typo in previous change.
./configure
$MAKE check
test -f ok
-$MAKE EXEEXT=.bin print-tests >output
+EXEEXT=.bin $MAKE -e print-tests >output
cat output
grep 'BEG: one.bin two.bin :END' output
#! /bin/sh
-# Copyright (C) 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc.
#
# This file is part of GNU Automake.
#
EOF
cp source.c source2.c
-rm install-sh
+rm -f install-sh
libtoolize
$ACLOCAL