+2010-04-12 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ Avoid possible false negatives in canon-name.test.
+ * tests/canon-name.test: Enable shell `errexit' flag. Improve
+ test description.
+
2010-04-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Fix per-Makefile.am setting of -Werror.
#! /bin/sh
-# Copyright (C) 2007 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2010 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-# PR 511: Make sure we warn about AC_CONFIG_FILES([./makefile]).
+# PR 511: Make sure we warn about e.g. AC_CONFIG_FILES([./gmakefile]),
+# as not all make implementations treat `file' and `./file' equally.
. ./defs || Exit 1
+set -e
+
cat > configure.in << 'END'
AC_INIT([canon-name], [1.0])
AM_INIT_AUTOMAKE