]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Don't mention obsolete AC_LIBTOOL_WIN32_DLL macro.
authorBruno Haible <bruno@clisp.org>
Thu, 9 Feb 2017 16:27:40 +0000 (17:27 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 9 Feb 2017 16:28:55 +0000 (17:28 +0100)
* doc/gnulib.texi (Libtool and Windows): Recommend
LT_INIT([win32-dll]) instead of AC_LIBTOOL_WIN32_DLL.
Reported by Reuben Thomas <rrt@sc3d.org>.

ChangeLog
doc/gnulib.texi

index 30525490fdf22eeaeff4faad69e0ac89db48b314..95b4c23ff9694ba554063329b8dc1df8e7d5dc89 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-02-09  Bruno Haible  <bruno@clisp.org>
+
+       doc: Don't mention obsolete AC_LIBTOOL_WIN32_DLL macro.
+       * doc/gnulib.texi (Libtool and Windows): Recommend
+       LT_INIT([win32-dll]) instead of AC_LIBTOOL_WIN32_DLL.
+       Reported by Reuben Thomas <rrt@sc3d.org>.
+
 2017-02-08  Paul Eggert  <eggert@cs.ucla.edu>
 
        stddef-tests: port to SIZE_MAX <= INT_MAX
index 1b012a60b7d58ee6b06e921b5d3d895015eeddb1..ddbac2f5503db83d4a09cde68c825c20898dcb78 100644 (file)
@@ -1023,10 +1023,11 @@ available.
 @section Libtool and Windows
 
 If you want it to be possible to cross-compile your program to MinGW
-and you use Libtool, you need to put:
+and you use Libtool, you need to use the @code{win32-dll} option of
+@code{LT_INIT}. In other words, put:
 
 @example
-AC_LIBTOOL_WIN32_DLL
+LT_INIT([win32-dll])
 @end example
 
 in your @file{configure.ac}.  This sets the correct names for the