* 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-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
@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