[evolution-patches] make GAL_REQUIRED with AC_SBUST( )



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: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/ChangeLog,v
retrieving revision 1.1205
diff -u -w -r1.1205 ChangeLog
--- ChangeLog	22 May 2003 22:30:17 -0000	1.1205
+++ ChangeLog	27 May 2003 01:11:00 -0000
@@ -1,3 +1,9 @@
+2003-05-26  Jack Jia <jack jia sun com>
+
+	* configure.in: made GAL_REQUIRED with AC_SUBST() 
+	in order to assure correction of evolution-shell.pc,
+	camel.pc ...
+
 == Version 1.3.92 ==
 
 2003-05-22  Ettore Perazzoli  <ettore ximian com>
Index: configure.in
===================================================================
RCS file: /cvs/gnome/evolution/configure.in,v
retrieving revision 1.587
diff -u -w -r1.587 configure.in
--- configure.in	22 May 2003 22:30:16 -0000	1.587
+++ configure.in	27 May 2003 01:11:02 -0000
@@ -1045,6 +1045,7 @@
 dnl --- Required version numbers
 
 GAL_REQUIRED=1.99.5
+AC_SUBST(GAL_REQUIRED)
 GTKHTML_REQUIRED=3.0.4
 
 dnl --- Flags to get all the GNOME stuff


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]