This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".
The branch, master has been updated
via 0fe4d0740effaec9d08ee9683fb493d8ad0bd8b5 (commit)
from 789817d512111d063981446efc7493ce87696bb3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0fe4d0740effaec9d08ee9683fb493d8ad0bd8b5
Author: Gary V. Vaughan <[email protected]>
Date: Mon Oct 17 16:43:18 2011 +0700
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 <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
libltdl/config/ltmain.m4sh | 4 ++--
libltdl/m4/libtool.m4 | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 2d72150..a20713c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2011-10-17 Gary V. Vaughan <[email protected]>
+ 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 f9f52e7..2641327 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 a61f6de..44e0ecf 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 ;;
hooks/post-receive
--
GNU Libtool