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
# 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
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"
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 ;;