git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2911 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2011-06-08 15:26:24 +00:00
parent c35386c0cc
commit 9f2a2c1429
47 changed files with 3861 additions and 21 deletions

View File

@@ -0,0 +1,13 @@
diff -urN gobject-introspection-0.6.2/configure.ac gobject-introspection-0.6.2.new/configure.ac
--- gobject-introspection-0.6.2/configure.ac 2008-11-25 23:57:07.000000000 +0100
+++ gobject-introspection-0.6.2.new/configure.ac 2009-01-24 20:32:12.000000000 +0100
@@ -36,6 +36,9 @@
AC_PROG_LIBTOOL
PKG_PROG_PKG_CONFIG
+dnl when using libtool 2.x create libtool early, because it's used in configure
+m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
+
AC_PROG_LEX
if test "$LEX" = :; then
AC_MSG_ERROR([flex not found but required])