]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
maint: remove trailing white space from a few files
authorJim Meyering <meyering@fb.com>
Mon, 4 Oct 2021 02:48:31 +0000 (19:48 -0700)
committerJim Meyering <meyering@fb.com>
Mon, 4 Oct 2021 02:51:12 +0000 (19:51 -0700)
* NEWS: Remove trailing white space.
* NEWS-2.0: Likewise.
* contrib/checklinkx: Likewise.
* doc/local.mk (chlx_args): Likewise.
* m4/python.m4: Likewise.
* t/test-extensions-empty.sh: Likewise.

NEWS
NEWS-2.0
contrib/checklinkx
doc/local.mk
m4/python.m4
t/test-extensions-empty.sh

diff --git a/NEWS b/NEWS
index 7507b1b4eb0a0877d844847146eea894c409af83..21f8729a7d3251c528ff03d63f32d55e939202a9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,7 @@ New in ?.?.?:
     are used, as in the past. (The change in 1.16.3 was too incompatible.)
 
   - consistently depend on install-libLTLIBRARIES.
-  
+
 * Distribution
 
   - use const for yyerror declaration in bison/yacc tests.
index 743138ca919c76c1d30699a372febd188ace56ef..5c56aa6e070ac67be97f570386b6a28d0965e480 100644 (file)
--- a/NEWS-2.0
+++ b/NEWS-2.0
@@ -62,8 +62,8 @@ warranted.  For more info, see the ./PLANS/ directory.
     certainty about this though: we'd first like to wait and see
     whether future Autoconf versions will be enhanced to guarantee
     that such a shell is always found and provided by the checks in
-    ./configure. 
-    
+    ./configure.
+
     In 2020, config.guess was changed by its then-maintainer to require
     $(...); the ensuing bug reports and maintenance hassle
     (unfortunately the changes have not been reverted) are a convincing
index 1c0a135c10455fd9cc8bff3be1ba1a80eade754c..2e81bb17f0c33feefff319fd3b8c6fb1de7dc046 100755 (executable)
@@ -870,14 +870,14 @@ sub parse_arguments ()
       # was that string all along.
       $Opts{Exclude} = $exclude_rx;
     }
-    
+
     if ($Opts{Exclude_Url_File}) {
         # The idea is that if the specified file exists, we read it and
         # treat it as a list of excludes. If the file doesn't exist, we
         # write it with all the urls that were successful. That way, we
         # can avoid re-checking them on every run, and it can be removed
         # externally (from cron) to get re-updated.
-        # 
+        #
         # We distinguish the cases here, and either add to
         # $Opts{Exclude} if reading, or setting Exclude_File_Write in
         # %Opts if writing (even though it is not really an option,
index 34b959f5b121720cd198541c8edd92ccbaedf4b7..f61a7288ef5ec6de07f825b4e83cf032280604b0 100644 (file)
@@ -65,7 +65,7 @@ chlx_args = -v --sleep 8 #--exclude-url-file=/tmp/xf
 # - mailto urls, they are always forbidden.
 # - vala, redirects to a Gnome subpage and returns 403 to us.
 # - cfortran, forbidden by site's robots.txt.
-# - search.cpan.org, gets 
+# - search.cpan.org, gets
 # - debbugs.gnu.org/automake, forbidden by robots.txt.
 # - autoconf.html, forbidden by robots.txt (since served from savannah).
 # - https://fsf.org redirects to https://www.fsf.org and nothing to do
index 3a903a7c61afa284f7b2be24f669b4e940e73466..4e7de942719bec91d904cb701d1648679dcee25e 100644 (file)
@@ -108,11 +108,11 @@ AC_DEFUN([AM_PATH_PYTHON],
   dnl and sys.exec_prefix for the corresponding values of PYTHON_PREFIX
   dnl and PYTHON_EXEC_PREFIX. Otherwise, use the GNU ${prefix} and
   dnl ${exec_prefix} variables.
-  dnl 
+  dnl
   dnl The two are made distinct variables so they can be overridden if
   dnl need be, although general consensus is that you shouldn't need
   dnl this separation.
-  dnl 
+  dnl
   dnl Also allow directly setting the prefixes via configure options,
   dnl overriding any default.
   dnl
index 915bf5c9b757e9aa12bdba5ab2c640ba39492fb4..d9d3cd1df4373b62e3915935a4295eda7db83c17 100755 (executable)
@@ -35,7 +35,7 @@ END
 
 touch foo.test
 
-autoreconf -fi >reconf.out 2>&1 
+autoreconf -fi >reconf.out 2>&1
 grep 'uninitialized value' reconf.out && exit 1
 
 # What we're trying to avoid: