From acd35e10445df5778aa3980317e18ec1cde3160f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 27 Mar 2005 19:14:14 +0000 Subject: [PATCH] Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated after all, and in fact 2005-03-27 Tor Lillqvist * configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated after all, and in fact necessary with HEAD libtool. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-12 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ configure.in | 1 + 5 files changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index c853cacd5..01c7fe0d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-27 Tor Lillqvist + + * configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated + after all, and in fact necessary with HEAD libtool. + 2005-03-23 Tor Lillqvist * glib/gutils.c (g_getenv): [Win32] Fix corner case bug when diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c853cacd5..01c7fe0d1 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-03-27 Tor Lillqvist + + * configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated + after all, and in fact necessary with HEAD libtool. + 2005-03-23 Tor Lillqvist * glib/gutils.c (g_getenv): [Win32] Fix corner case bug when diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index c853cacd5..01c7fe0d1 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2005-03-27 Tor Lillqvist + + * configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated + after all, and in fact necessary with HEAD libtool. + 2005-03-23 Tor Lillqvist * glib/gutils.c (g_getenv): [Win32] Fix corner case bug when diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index c853cacd5..01c7fe0d1 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2005-03-27 Tor Lillqvist + + * configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated + after all, and in fact necessary with HEAD libtool. + 2005-03-23 Tor Lillqvist * glib/gutils.c (g_getenv): [Win32] Fix corner case bug when diff --git a/configure.in b/configure.in index e9a539042..16727028e 100644 --- a/configure.in +++ b/configure.in @@ -450,6 +450,7 @@ esac dnl Initialize libtool AM_DISABLE_STATIC +AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL if test "x$GCC" = "xyes"; then