Re: [evolution-patches] make GAL_REQUIRED with AC_SBUST( )
- From: Rodney Dawes <dobey ximian com>
- To: jack <jack jia sun com>
- Cc: evolution-patches ximian com
- Subject: Re: [evolution-patches] make GAL_REQUIRED with AC_SBUST( )
- Date: 27 May 2003 18:11:35 -0400
I was aware of this on Friday and didn't get a chance to send a patch to
the list. The patch I am attaching is more appropriate, as it does an
AC_SUBST() for both GAL and GTKHTML_REQUIRED, and does not put the call
to AC_SUBST() in the middle of the variable defines.
-- dobey
On Mon, 2003-05-26 at 21:26, jack wrote:
> Hi Ettore & other ximian guys:
>
> When we build SunONE connector, using "pkg-config ...
> evolution-shell" to get some information
> If you did not make GAL_REQUIRED with AC_SUBST(), the @GAL_REQUIRED@
> will present in the
> evolution-shell.pc,camel.pc,evolution-calendar.pc,
> evolution-addressbook.pc,
> so, when i use pkg-config to get imformation of evolution,
> it can not return the correct result.
>
> I hope you can add the AC_SUBST( ) after the define
> GAL_REQUIRED.
>
> Thanks
> jack
>
Index: configure.in
===================================================================
RCS file: /cvs/gnome/evolution/configure.in,v
retrieving revision 1.587
diff -u -r1.587 configure.in
--- configure.in 22 May 2003 22:30:16 -0000 1.587
+++ configure.in 27 May 2003 22:07:38 -0000
@@ -1047,6 +1047,9 @@
GAL_REQUIRED=1.99.5
GTKHTML_REQUIRED=3.0.4
+AC_SUBST(GAL_REQUIRED)
+AC_SUBST(GTKHTML_REQUIRED)
+
dnl --- Flags to get all the GNOME stuff
FULL_GNOME_DEPS="libbonoboui-2.0 gnome-vfs-2.0 libgnomeui-2.0 libglade-2.0 libgnomecanvas-2.0 libxml-2.0 gconf-2.0 gal-2.0 >= $GAL_REQUIRED"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]