| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
2004-10-15 Sarfraaz Ahmed <asarfraaz@novell.com>
* camel.pc.in : Change gal-2.2 to gal-2.4
* evolution-shell.pc.in : Similar
svn path=/trunk/; revision=27587
|
|
|
|
|
|
|
|
|
| |
* 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-05-27 Not Zed <NotZed@Ximian.com>
* camel.pc.in: make libs/cflags point to privlibdir/includedir,
otherwise this just doesn't work.
svn path=/trunk/; revision=21339
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
* 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
|