Commit Graph

7 Commits

Author SHA1 Message Date
c060f65fcb Add BONOBOUI_REQUIRED variable and depend on libbonoboui >= 2.4.3, add an
2004-01-08  Rodney Dawes  <dobey@ximian.com>

	* configure.in: Add BONOBOUI_REQUIRED variable and depend on
	libbonoboui >= 2.4.3, add an AC_SUBST() for EDS_REQUIRED also
	* evolution-shell.pc.in: Require the same version of bonoboui that we
	do in configure.in

svn path=/trunk/; revision=24119
2004-01-08 19:56:48 +00:00
2131454f8f Require gal-2.2
* camel.pc.in (Requires):
	* evolution-addressbook.pc.in (Requires):
	* evolution-calendar.pc.in (Requires):
	* evolution-shell.pc.in (Requires): Require gal-2.2

svn path=/trunk/; revision=22455
2003-09-04 14:47:29 +00:00
9b2ce877c9 s/GAL_VERSION/GAL_REQUIRED/
2003-05-22  Rodney Dawes  <dobey@ximian.com>

	* camel.pc.in:
	* evolution-addressbook.pc.in:
	* evolution-calendar.pc.in:
	* evolution-shell.pc.in: s/GAL_VERSION/GAL_REQUIRED/

svn path=/trunk/; revision=21324
2003-05-22 20:11:16 +00:00
5fd7391eec add missing datadir=
svn path=/trunk/; revision=19820
2003-02-06 17:45:14 +00:00
3819051bf3 Remove -L${libdir}. (CFlags): s/includedir/privincludedir/
* evolution-addressbook.pc.in (Libs): Remove -L${libdir}.
	(CFlags): s/includedir/privincludedir/

	* evolution-calendar.pc.in: Likewise

	* evolution-shell.pc.in: Likewise. Also change iconsdir to
	imagesdir

svn path=/trunk/; revision=19811
2003-02-06 17:04:33 +00:00
e703f44dbb define and AC_SUBST privlibexecdir.
* configure.in: define and AC_SUBST privlibexecdir.

	* evolution-shell.pc.in: Add privlibexecdir, componentdir,
	evolutionuidir, and iconsdir.

svn path=/trunk/; revision=19758
2003-02-05 17:23:09 +00:00
cd6da3a0c9 Use "Evolution", not "evolution", since that becomes the value of the
* configure.in (AC_INIT): Use "Evolution", not "evolution", since
	that becomes the value of the PACKAGE variable
	(privlibdir): parse $VERSION by hand since.
	EVOLUTION_MAJOR_VERSION, etc aren't defined any more (and trying
	to pass a variable to AC_INIT won't work). This and the above
	change fix the problem that privlibdir was being defined as
	"${libdir}/Evolution/." instead of "${libdir}/evolution/1.3"
	(GAL_VERSION): AC_SUBST this since it's needed in the .pc files
	(idldir): define this here rather than in each Makefile.am that
	needs it.
	(AC_OUTPUT): Add .pc files

	* Makefile.am (pkgconfig_DATA): Add pc files.
	(confexec_DATA): Remove this (fooConf.sh files)
	(SUBDIRS): Move filter earlier in the build. (I think it was
	calendar that depends on it now?)
	(%Conf.sh): Remove this. The .pc files are output by configure.in
	now.

	* camel.pc.in, evolution-addressbook.pc.in,
	evolution-calendar.pc.in, evolution-shell.pc.in: Replace the
	*Conf.sh files with these. In addition to the basic variables,
	include camel_providerdir (in camel.pc) and idldir, IDL_INCLUDES
	and privlibdir (in the others).

svn path=/trunk/; revision=19241
2003-01-06 14:16:59 +00:00