Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated after all, and in fact
authorTor Lillqvist <tml@novell.com>
Sun, 27 Mar 2005 19:14:14 +0000 (19:14 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 27 Mar 2005 19:14:14 +0000 (19:14 +0000)
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.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
configure.in

index c853cac..01c7fe0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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-23  Tor Lillqvist  <tml@novell.com>
 
        * glib/gutils.c (g_getenv): [Win32] Fix corner case bug when
index c853cac..01c7fe0 100644 (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-23  Tor Lillqvist  <tml@novell.com>
 
        * glib/gutils.c (g_getenv): [Win32] Fix corner case bug when
index c853cac..01c7fe0 100644 (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-23  Tor Lillqvist  <tml@novell.com>
 
        * glib/gutils.c (g_getenv): [Win32] Fix corner case bug when
index c853cac..01c7fe0 100644 (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-23  Tor Lillqvist  <tml@novell.com>
 
        * glib/gutils.c (g_getenv): [Win32] Fix corner case bug when
index e9a5390..1672702 100644 (file)
@@ -450,6 +450,7 @@ esac
 
 dnl Initialize libtool
 AM_DISABLE_STATIC
+AC_LIBTOOL_WIN32_DLL
 AM_PROG_LIBTOOL
 
 if test "x$GCC" = "xyes"; then