]> git.pld-linux.org Git - packages/Guppi.git/blob - Guppi-ac.patch
- updates to make it work with Ac intltool and libart
[packages/Guppi.git] / Guppi-ac.patch
1 --- Guppi-0.40.3/configure.in.orig      2005-03-27 16:58:32.239531000 +0200
2 +++ Guppi-0.40.3/configure.in   2005-03-27 17:24:45.315209296 +0200
3 @@ -97,7 +97,7 @@
4  AC_ISC_POSIX
5  AC_STDC_HEADERS
6  
7 -AM_PROG_XML_I18N_TOOLS
8 +AC_PROG_INTLTOOL
9  
10  AM_MAINTAINER_MODE
11  
12 @@ -232,7 +232,7 @@
13         gnome_xml_vers="unknown"
14  fi
15  
16 -AM_PATH_LIBART(2.2.0)
17 +PKG_CHECK_MODULES(LIBART, libart-2.0 >= 2.2.0)
18  
19  AM_PATH_LIBGLADE(,,"gnome")
20  AM_PATH_GNOME_PRINT(0.28.0) 
This page took 0.166157 seconds and 4 git commands to generate.