]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Replace leading spaces with tabs.
authorGary V. Vaughan <gary@vaughan.pe>
Mon, 17 Oct 2011 09:43:18 +0000 (16:43 +0700)
committerGary V. Vaughan <gary@vaughan.pe>
Mon, 17 Oct 2011 09:43:18 +0000 (16:43 +0700)
* libltdl/m4/libtool.m4, libltdl/config/ltmain.m4sh: Replace leading
spaces in soure code with tabs to match surrounding code.

Reported by Peter Rosin.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
ChangeLog
libltdl/config/ltmain.m4sh
libltdl/m4/libtool.m4

index 2d72150e4e8a10df442b9e007d8bb9f1cbd0b96d..a20713c90f1cbe44f3daf9f23301166d7120f3ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2011-10-17  Gary V. Vaughan  <gary@gnu.org>
 
+       Replace leading spaces with tabs.
+       * libltdl/m4/libtool.m4, libltdl/config/ltmain.m4sh: Replace leading
+       spaces in soure code with tabs to match surrounding code.
+       Reported by Peter Rosin.
+
        Make a note to use gnu/linux for version_type.
        * libltdl/m4/libtool.m4 (version_type): Add a comment to change
        version_type setting from 'linux' to 'gnu/linux' during the next
index f9f52e7b5848135526a5d75bcf2bfee145efcb85..264132709f2d6430ae0087eefccce5882e0bc623 100644 (file)
@@ -6543,7 +6543,7 @@ func_mode_link ()
          # which has an extra 1 added just for fun
          #
          case $version_type in
-          # correct linux to gnu/linux during the next big refactor
+         # correct linux to gnu/linux during the next big refactor
          darwin|linux|osf|windows|none)
            func_arith $number_major + $number_minor
            current=$func_arith_result
@@ -6660,7 +6660,7 @@ func_mode_link ()
          versuffix="$major.$revision"
          ;;
 
-        linux)  # correct to gnu/linux during the next big refactor
+       linux) # correct to gnu/linux during the next big refactor
          func_arith $current - $age
          major=.$func_arith_result
          versuffix="$major.$age.$revision"
index a61f6def2990550aa9c50cae1da62355fb26cc7e..44e0ecff11e3a16ca7656be45268d0bd597afc51 100644 (file)
@@ -2601,7 +2601,7 @@ irix5* | irix6* | nonstopux*)
     nonstopux*) version_type=nonstopux ;;
     *)
        if test "$lt_cv_prog_gnu_ld" = yes; then
-                version_type=linux # correct to gnu/linux during the next big refactor
+               version_type=linux # correct to gnu/linux during the next big refactor
        else
                version_type=irix
        fi ;;