diff options
author | Gary V. Vaughan <gary@vaughan.pe> | 2011-10-17 16:43:18 +0700 |
---|---|---|
committer | Gary V. Vaughan <gary@vaughan.pe> | 2011-10-17 16:43:18 +0700 |
commit | 0fe4d0740effaec9d08ee9683fb493d8ad0bd8b5 (patch) | |
tree | 8114249af88763328d72c899ebc3f66a30994773 /libltdl | |
parent | 789817d512111d063981446efc7493ce87696bb3 (diff) | |
download | libtool-0fe4d0740effaec9d08ee9683fb493d8ad0bd8b5.tar.gz |
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.
Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Diffstat (limited to 'libltdl')
-rw-r--r-- | libltdl/config/ltmain.m4sh | 4 | ||||
-rw-r--r-- | libltdl/m4/libtool.m4 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh index f9f52e7b..26413270 100644 --- a/libltdl/config/ltmain.m4sh +++ b/libltdl/config/ltmain.m4sh @@ -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" diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index a61f6def..44e0ecff 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -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 ;; |