Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated after all, and in fact

2005-03-27  Tor Lillqvist  <tml@novell.com>

	* configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated
	after all, and in fact necessary with HEAD libtool.
This commit is contained in:
Tor Lillqvist 2005-03-27 19:20:51 +00:00 committed by Tor Lillqvist
parent a4e6d69b90
commit 793699d64f
4 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-03-27 Tor Lillqvist <tml@novell.com>
* configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated
after all, and in fact necessary with HEAD libtool.
2005-03-26 Matthias Clasen <mclasen@redhat.com> 2005-03-26 Matthias Clasen <mclasen@redhat.com>
* gtk/*.c: * gtk/*.c:

View File

@ -1,3 +1,8 @@
2005-03-27 Tor Lillqvist <tml@novell.com>
* configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated
after all, and in fact necessary with HEAD libtool.
2005-03-26 Matthias Clasen <mclasen@redhat.com> 2005-03-26 Matthias Clasen <mclasen@redhat.com>
* gtk/*.c: * gtk/*.c:

View File

@ -1,3 +1,8 @@
2005-03-27 Tor Lillqvist <tml@novell.com>
* configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated
after all, and in fact necessary with HEAD libtool.
2005-03-26 Matthias Clasen <mclasen@redhat.com> 2005-03-26 Matthias Clasen <mclasen@redhat.com>
* gtk/*.c: * gtk/*.c:

View File

@ -145,6 +145,7 @@ if test "$os_win32" = "yes"; then
enable_shared=yes enable_shared=yes
fi fi
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL AM_PROG_LIBTOOL
# Make sure we use 64-bit versions of various file stuff. # Make sure we use 64-bit versions of various file stuff.