(AC_DEPLIBS_CHECK_METHOD, AC_LIBTOOL_PROG_COMPILER_PIC): Added
support for RDOS.
* NEWS: Updated.
+2006-01-12 Leif Ekblad <leif@rdos.net>
+
+ * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER)
+ (AC_DEPLIBS_CHECK_METHOD, AC_LIBTOOL_PROG_COMPILER_PIC): Added
+ support for RDOS.
+ * NEWS: Updated.
+
2006-01-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libtool.m4, ltmain.in, libltdl/ltdl.c: Bump copyright years.
NEWS - list of user-visible changes between releases of GNU Libtool
New in 1.5.23a: 2006-??-??; CVS version 1.5.23a, Libtool team:
+* Initial support for RDOS.
* Bug Fixes.
\f
New in 1.5.22: 2005-12-18; CVS version 1.5.21a, Libtool team:
sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
;;
+rdos*)
+ dynamic_linker=no
+ ;;
+
solaris*)
version_type=linux
need_lib_prefix=no
lt_cv_deplibs_check_method=pass_all
;;
+rdos*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
solaris*)
lt_cv_deplibs_check_method=pass_all
;;
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
;;
+ rdos*)
+ _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+ ;;
+
solaris*)
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'