summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14105fa..842d801 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2009-01-04 Paul Pogonyshev <pogonyshev@gmx.net>
+ Bug 564018 – pygobject libtool-2.2 patch
+
+ * configure.ac: Apply the patch provided by Cygwin Ports
+ maintainer.
+
+2009-01-04 Paul Pogonyshev <pogonyshev@gmx.net>
+
* configure.ac: Branch, bump version to 2.17.0.
2008-12-24 Paul Pogonyshev <pogonyshev@gmx.net>
diff --git a/configure.ac b/configure.ac
index 42f5d7c..5427f36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,6 +67,8 @@ m4_define([_LT_AC_TAGCONFIG],[])
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
+dnl when using libtool 2.x create libtool early, because it's used in configure
+m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
AM_PROG_CC_C_O
JD_PATH_PYTHON(2.3.5)