summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-02-09 17:27:40 +0100
committerBruno Haible <bruno@clisp.org>2017-02-09 17:28:55 +0100
commitae1cef3900d3070a13f6dcd50ed7b807e3c0d428 (patch)
tree261994598a68c08ec1b70cb3ab308b8d22296e4e /doc
parent6e3459356db58b7047849cfa06b50b1426d3e4ae (diff)
downloadgnulib-ae1cef3900d3070a13f6dcd50ed7b807e3c0d428.tar.gz
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>.
Diffstat (limited to 'doc')
-rw-r--r--doc/gnulib.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/gnulib.texi b/doc/gnulib.texi
index 1b012a60b7..ddbac2f550 100644
--- a/doc/gnulib.texi
+++ b/doc/gnulib.texi
@@ -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