diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-02-24 13:27:53 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-02-24 13:27:53 +0100 |
commit | 1eaed7c1f2ef3ec73ed0dbc6ee18e0707b3fcc2d (patch) | |
tree | 0076c3a36f716b7fa2a9ee35a9cc7138f3982a0f /configure.ac | |
parent | 5d9d10e0806743b0be8e672aeb94c1e67c85c163 (diff) | |
download | automake-1eaed7c1f2ef3ec73ed0dbc6ee18e0707b3fcc2d.tar.gz |
cosmetics: typofixes and whitespace changes
* configure.ac: Fix a typo in comments.
* aclocal.in: Get rid of latest form-feed (^L) usages.
* automake.in: Likewise.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 267e9a009..a9dd20bd4 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |