]> git.ipfire.org Git - thirdparty/libtool.git/commit
* libtool.m4 (ltconfig_enable_win32_dll): pass --enable-win32-dll to
authorGary V. Vaughan <gary@gnu.org>
Wed, 28 Apr 1999 15:26:14 +0000 (15:26 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 28 Apr 1999 15:26:14 +0000 (15:26 +0000)
commit68a7dcd93fbff209963850072f55e0936b23da60
tree88f569b390a04a42d2e0f8c72216fb6e6cf58dc6
parentc3ec2bd441a644e7221533498c58f0ba9f62960b
* libtool.m4 (ltconfig_enable_win32_dll): pass --enable-win32-dll to
ltconfig if this is set.
(AC_LIBTOOL_WIN32_DLL): New macro required for libtool to attempt
a dll build on win32 hosts.
* ltconfig.in (--enable-win32-dll): new flag for the cli.
(cygwin*|mingw*|os2*, ltconfig_enable_win32_dll): if this is not set
to yes, then do not attempt to build shared libraries.
* doc/libtool.texi: document AC_LIBTOOL_WIN32_DLL.
* NEWS: noted new macro.
ChangeLog
NEWS
doc/libtool.texi
libtool.m4
ltconfig.in