it has long lines and is thus not a text file; AIX 5.1 grep
fails to scan non-plain patterns from long lines.
2006-05-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * tests/longlin2.test: Do not use `grep' on Makefile.am:
+ it has long lines and is thus not a text file; AIX 5.1 grep
+ fails to scan non-plain patterns from long lines.
+
* tests/overrid.test: Change all regexes for warning messages to
match after a colon, so that the prepended file names do not
cause false matches. Tighten overrides regex. Fix typo
#! /bin/sh
-# Copyright (C) 2005 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2006 Free Software Foundation, Inc.
#
# This file is part of GNU Automake.
#
EOF
# The `FOO = ...' line is 2293-byte long. More than what a POSIX
-# conforment system is expected to support.
+# conformant system is expected to support. So do not use grep
+# on the non-text file.
-# (It's OK if grep truncates the long line.)
-grep $match Makefile.am
+# grep $match Makefile.am
$ACLOCAL
$AUTOMAKE