linamh/dev-libs/gobject-introspection/files/gobject-introspection-libtool.patch
geos_one 9f2a2c1429 bump
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2911 6952d904-891a-0410-993b-d76249ca496b
2011-06-08 15:26:24 +00:00

14 lines
524 B
Diff

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])