]> git.ipfire.org Git - thirdparty/gettext.git/commit
gettext-tools: Use a short name for DLLs on OS/2
authorKO Myung-Hun <komh78@gmail.com>
Tue, 12 Jan 2016 02:35:50 +0000 (11:35 +0900)
committerDaiki Ueno <ueno@gnu.org>
Wed, 20 Jan 2016 02:38:26 +0000 (11:38 +0900)
commit62d6e88d34695f76ca7de556d77810a2efd96dd6
tree719d58e27a3cc35635fc65183304e290171d81df
parent429e302f5215b78f65e833a87d76de71ca94696b
gettext-tools: Use a short name for DLLs on OS/2

OS/2 does not support a DLL name longer than 8 characters.

* gettext-tools/configure.ac (OS2): Define on OS/2.
* gettext-tools/gnulib-lib/Makefile.am (libgettextlib_la_LDFLAGS):
Set a DLL name to gtlib on OS/2.
* gettext-tools/libgettextpo/Makefile.am (libgettextpo_la_LDFLAGS):
Set a DLL name to gtpo on OS/2.
* gettext-tools/src/Makefile.am (libgettextsrc_la_LDFLAGS): Set a DLL
name to gtsrc on OS/2.
gettext-tools/configure.ac
gettext-tools/gnulib-lib/Makefile.am
gettext-tools/libgettextpo/Makefile.am
gettext-tools/src/Makefile.am