not AC_SUBST() it anymore since it's only used in configure.
Added GTKHTML_REQUIRED and made all the libgtkhtml-3.0 checks use
it.
svn path=/trunk/; revision=21309
2003-05-15 Rodney Dawes <dobey@ximian.com>
* configure.in: Check for libgcc stuff to make solaris happy
* gui/component/Makefile.am: libgcc fix for Solaris __eprintf issue
svn path=/trunk/; revision=21212
2003-04-21 Rodney Dawes <dobey@ximian.com>
* configure.in: Fix KDE_APPLNK_DIR to not install to a diff prefix,
and disable installing the file to the KDE applnk path by default
svn path=/trunk/; revision=20915
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-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