From: Tijl Coosemans Date: Fri, 28 Nov 2014 15:51:34 +0000 (+0000) Subject: libtool: split sco version into its own type. X-Git-Tag: v2.4.4~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0995849d00a6f6f52a2b940c0e19b1f4a0891e50;p=thirdparty%2Flibtool.git libtool: split sco version into its own type. * m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER): Set version type to "sco" for sco based hosts. * build-aux/ltmain.in (func_mode_link): Accept new "sco" version_type as equivalent to freebsd-elf. Signed-off-by: Gary V. Vaughan --- diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in index 85e2809d0..714d0abda 100644 --- a/build-aux/ltmain.in +++ b/build-aux/ltmain.in @@ -6990,6 +6990,11 @@ func_mode_link () versuffix=.$current ;; + sco) + major=.$current + versuffix=.$current + ;; + sunos) major=.$current versuffix=.$current.$revision diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 6143541ce..874cf2454 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -2909,7 +2909,7 @@ sysv4*MP*) ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) - version_type=freebsd-elf + version_type=sco need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'