* configure.ac: Fix a typo in comments.
* aclocal.in: Get rid of latest form-feed (^L) usages.
* automake.in: Likewise.
# If set, names a temporary file that must be erased on abnormal exit.
my $erase_me;
-\f
+
################################################################
# Erase temporary file ERASE_ME. Handle signals.
use constant QUEUE_CONF_FILE => "conf file";
use constant QUEUE_LOCATION => "location";
use constant QUEUE_STRING => "string";
-\f
## ---------------------------------- ##
## Variables related to the options. ##
# The name of the Makefile currently being processed.
my $am_file = 'BUG';
-\f
################################################################
# Record each file processed by make_paragraphs.
my %transformed_files;
-\f
################################################################
# Prefer generic compilers to GNU ones when possible. This will ensure
# more testsuite coverage "in the wild".
# Note that we don't look for the MSVC C/C++ compiler here. This is
-# deliberate; for more discussion an rationale, see:
+# deliberate; for more discussion and rationale, see:
# <http://lists.gnu.org/archive/html/automake-patches/2012-01/msg00130.html>
AC_MSG_NOTICE([will now look for generic compilers])