From: Gary V. Vaughan Date: Mon, 17 Oct 2011 09:43:18 +0000 (+0700) Subject: Replace leading spaces with tabs. X-Git-Tag: v2.4.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fe4d0740effaec9d08ee9683fb493d8ad0bd8b5;p=thirdparty%2Flibtool.git 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 --- diff --git a/ChangeLog b/ChangeLog index 2d72150e4..a20713c90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-10-17 Gary V. Vaughan + 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 diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh index f9f52e7b5..264132709 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 a61f6def2..44e0ecff1 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 ;;