2003-03-19 Not Zed <NotZed@Ximian.com>
* configure.in (CAMEL_*, E_UTIL_*, ): Add gthread-2.0, to get any
thread-specific flags (like -D_REENTRANT). Duh. For #39886.
(LIBIBEX*): Removed old libibex stuff.
svn path=/trunk/; revision=20353
2003-03-14 Chris Toshok <toshok@ximian.com>
* tools/evolution-addressbook-export.c (save_cards): use
bonobo_main_quit, and clean this up a bit.
svn path=/trunk/; revision=20305
2003-02-27 Chris Toshok <toshok@ximian.com>
* tools/.cvsignore: ignore some stuff, yo.
* tools/Makefile.am: add in the evolution-launch-composer stuff.
* tools/evolution-launch-composer.c: port this from the 1.2 branch.
svn path=/trunk/; revision=20098
2003-02-19 Jeffrey Stedfast <fejj@ximian.com>
* configure.in (ENABLE_IPv6): AC_DEFINE() ENABLE_IPv6 if it should
be enabled.
svn path=/trunk/; revision=19953
* configure.in: Update AC_DEFINEs to use the new syntax to make
acconfig.h unnecessary. (Remove unneeded HAVE_KDE_APPLNK define).
Call GNOME_COMPILE_WARNINGS and add $WARN_CFLAGS to CFLAGS to get
back to the evo 1.2 behavior of defaulting to -Wall everywhere.
Fix up privlibdir definition to avoid undefined variables in
evolution-shell.pc.
* acinclude.m4: Update AC_DEFINE
* acconfig.h: Gone
svn path=/trunk/; revision=19742
2003-02-03 Chris Toshok <toshok@ximian.com>
* configure.in (EVOLUTION_MAIL): add gnome-vfs-module-2.0 to the
deps so we pick up the right include path.
svn path=/trunk/; revision=19724
2003-01-28 Jeffrey Stedfast <fejj@ximian.com>
* configure.in (HAVE_KRB5): Updated to add gssapi libs, since this
is what we use krb5 for :-)
svn path=/trunk/; revision=19675
* tools/evolution-addressbook-export.c: #include bonobo-activation
instead of oaf.
(main): Initialize using gnome_program_init().
(save_cards): Use g_main_loop_quit() instead of gtk_exit().
* tools/evolution-addressbook-import.c: Update include list for
GNOME 2.
(main): Initialize using gnome_program_init().
(unref_executable): Use g_main_loop_quit() instead of gtk_exit().
(add_cb): Likewise.
* tools/evolution-addressbook-abuse.c: Update include list for
GNOME 2.
(main): Initialize using gnome_program_init().
(use_addressbook): Use g_object_unref() instead of
gtk_object_unref().
(main): Use g_timeout_add() instead of gtk_timeout_add().
(add_cb): Use g_main_loop_quit() instead of gtk_exit().
* configure.in (AC_SUBST): Add tools/Makefile.
* Makefile.am (SUBDIRS): Add tools/ back into the list.
* tools/Makefile.am: Install everything in
$(datadir)/evolution-$(BASE_VERSION)/tools.
(INCLUDES): Add the defines that gnome_program_init() likes and
also add the _DISABLE_DEPRECATED stuff.
svn path=/trunk/; revision=19656
2003-01-26 Chris Toshok <toshok@ximian.com>
* configure.in: only do the CONDUIT_CFLAGS/LIBS stuff if pilot
conduits have been enabled.
svn path=/trunk/; revision=19638
2003-01-26 Chris Toshok <toshok@ximian.com>
* configure.in: in the --enable-pilot-conduits stanza, use
PKG_CHECK_MODULES to get the gnome-pilot-2.0 (and therefore
pilot-link) cflags/libs before doing our utf-8 check. also,
enable the addressbook/calendar CONDUIT_{CFLAGS/LIBS} variables.
svn path=/trunk/; revision=19637
2003-01-22 Jeffrey Stedfast <fejj@ximian.com>
* configure.in (MOZILLA_NSS): Simplify the whole process into
about 8 lines by using pkg-config.
svn path=/trunk/; revision=19576
* data/Makefile.am: For now, do not install the evolution.1
manpage. Install all the other files with a -$(BASE_VERSION)
suffix.
(dtappintegrate): Update for the new location of cde_app_root.
(dtappunintegrate): Likewise.
* data/cde_app_root/dt/appconfig/appmanager/C/Ximian/Makefile.am
(cdeappmanagerdir): Version using $(BASE_VERSION).
* data/cde_app_root/dt/appconfig/types/C/Makefile.am
(cdetypesdir): Likewise.
* data/cde_app_root/dt/appconfig/icons/C/Makefile.am
(cdeiconsdir): Likewise.
* sounds/Makefile.am (soundsdir): Version using $(BASE_VERSION).
* configure.in: Define BASE_VERSION. Set idldir to
$datadir/idl/evolution-$BASE_VERSION instead of just
$datadir/idl/evolution.
svn path=/trunk/; revision=19550
* Makefile.am (SUBDIRS): add po
* configure.in: Move ALL_LINGUAS definition to before
AM_GLIB_GNU_GETTEXT, or else no linguas for you!
svn path=/trunk/; revision=19267
* 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