]> git.pld-linux.org Git - packages/gobject-introspection.git/blob - gobject-introspection-libtool.patch
- package g-ir-doc-tool
[packages/gobject-introspection.git] / gobject-introspection-libtool.patch
1 diff -urN gobject-introspection-0.6.2/configure.ac gobject-introspection-0.6.2.new/configure.ac
2 --- gobject-introspection-0.6.2/configure.ac    2008-11-25 23:57:07.000000000 +0100
3 +++ gobject-introspection-0.6.2.new/configure.ac        2009-01-24 20:32:12.000000000 +0100
4 @@ -36,6 +36,9 @@
5  AC_PROG_LIBTOOL
6  PKG_PROG_PKG_CONFIG
7  
8 +dnl when using libtool 2.x create libtool early, because it's used in configure
9 +m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
10 +
11  AC_PROG_LEX
12  if test "$LEX" = :; then
13         AC_MSG_ERROR([flex not found but required])
This page took 0.024791 seconds and 3 git commands to generate.