summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorKO Myung-Hun <komh@chollian.net>2014-11-04 13:23:24 +0000
committerGary V. Vaughan <gary@gnu.org>2014-11-04 15:11:59 +0000
commit1f0597d0638353a0089ab486d347c5fd88ce4119 (patch)
tree6cf83f78a34137e4217dc6d5b02481d792f7369d /build-aux
parent69ed74b5b557dee178eb4f7c962650eeb2af0d30 (diff)
downloadlibtool-1f0597d0638353a0089ab486d347c5fd88ce4119.tar.gz
libtool: support versioning on OS/2.
* build-aux/ltmain.in (func_mode_link) <*-os2*>: Set major and versuffix. * m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) <*-os2*>: Set version_type to windows. Add a version information to soname_spec. * NEWS: Update. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/ltmain.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
index a0f5ed0f..65ada0b6 100644
--- a/build-aux/ltmain.in
+++ b/build-aux/ltmain.in
@@ -6262,7 +6262,7 @@ func_mode_link ()
elif test -n "$soname_spec"; then
# bleh windows
case $host in
- *cygwin* | mingw* | *cegcc*)
+ *cygwin* | mingw* | *cegcc* | *os2*)
func_arith $current - $age
major=$func_arith_result
versuffix=-$major