]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
cosmetics: typofixes and whitespace changes
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 24 Feb 2012 12:27:53 +0000 (13:27 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 24 Feb 2012 12:27:53 +0000 (13:27 +0100)
* configure.ac: Fix a typo in comments.
* aclocal.in: Get rid of latest form-feed (^L) usages.
* automake.in: Likewise.

aclocal.in
automake.in
configure.ac

index 70ce0c09cbd37ad03a7c0fd013511c916a409b1d..243c2b5be1610c62c10ba582855f3123faedcd2b 100644 (file)
@@ -150,7 +150,7 @@ my $ac_version;
 
 # If set, names a temporary file that must be erased on abnormal exit.
 my $erase_me;
-\f
+
 ################################################################
 
 # Erase temporary file ERASE_ME.  Handle signals.
index 6c681e2729b6345278a691984cd3a111fc64f715..8530d6a44f1a1360a97b28612ee2b7d5c063d02a 100644 (file)
@@ -287,7 +287,6 @@ use constant QUEUE_MESSAGE   => "msg";
 use constant QUEUE_CONF_FILE => "conf file";
 use constant QUEUE_LOCATION  => "location";
 use constant QUEUE_STRING    => "string";
-\f
 
 ## ---------------------------------- ##
 ## Variables related to the options.  ##
@@ -473,7 +472,6 @@ my $required_conf_file_queue;
 
 # The name of the Makefile currently being processed.
 my $am_file = 'BUG';
-\f
 
 ################################################################
 
@@ -593,7 +591,6 @@ my $must_handle_compiled_objects;
 
 # Record each file processed by make_paragraphs.
 my %transformed_files;
-\f
 
 ################################################################
 
index 267e9a0097274646d17c548c6924439c1d36cdda..a9dd20bd49d4bd9871ebd20502a98992f1ca2668 100644 (file)
@@ -270,7 +270,7 @@ AC_DEFUN([_AM_SKIP_COMP_TESTS],
 # 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])