2002-02-27 Kjartan Maraas <kmaraas@gnome.org>
* root-manager/root-manager-helper.c: s/PACKAGE/GETTEXT_PACKAGE/g
* configure.in: Add missing AC_DEFINE_UNQUOTED so that GETTEXT_PACKAGE
ends up in config.h. Also s/PACKAGE/GETTEXT_PACKAGE/g
2001-05-05 Bradford Hovinen <hovinen@ximian.com>
* configure.in: Add check for libximian_archiver; try include
cflags and libs only if the archiver is present *
capplets/*/main.c: Add #ifdef's around anything that uses the
Ximian archiver so that the capplets can compile without it
2000-08-18 Bradford Hovinen <hovinen@helixcode.com>
* configure.in: Check for putenv and setenv and set appropriate
macros in config.h
2000-08-18 Bradford Hovinen <hovinen@helixcode.com>
* preview.c (setup_path): Use setenv only when available, try to
use putenv otherwise
1998-11-12 Andrew T. Veliath <andrewv@usa.net>
* acconfig.h: Remove HAVE_ORBIT, HAVE_MICO_ORB_RUN. HAVE_ORBIT is
now implicit.
* Makefile.am: Remove ORBIT_INSTALLED AM_CONDITIONAL.
* configure.in: The ORBit AM_CONDITIONAL is now in
gnome-orbit-check.m4 as HAVE_ORBIT.
* configure.in: Update ORBit checks to use new
gnome-orbit-checks.m4. acconfig.h: Add HAVE_ORBIT.
panel/
* Makefile.am: Update IDL compiler rule to depend on ORBIT_IDL.
n.b. Be sure to update macros and re autogen to get ORBIT_IDL defined.
1998-08-23 Martin Baulig <martin@home-of-linux.org>
* configure.in (GNOME_FILEUTILS_CHECKS): Removed. This check
is no longer necessary since we now use libgtop for the
mountlist and fsusage stuff in the diskusage applet.
* acconfig.h: Removed mountlist stuff.
Wed Jun 10 11:34:52 1998 Owen Taylor <otaylor@gtk.org>
* configure.in acconfig.h: Check for installed MICO
version, and the libs it requires by using mico-ld
and mico-setup.sh.
Add a HAVE_MICO_ORB_RUN macro to signal that we need
to call orb->run(), as we do for mico-2.0.6 and later
Wed Jun 10 11:41:11 1998 Owen Taylor <otaylor@gtk.org>
* */Makefile.am: Use MICO_LIBS variable from
toplevel configure.in.
Wed Jun 10 11:42:16 1998 Owen Taylor <otaylor@gtk.org>
* Makefile.am: Use MICO_LIBS variable from
toplevel configure.in.
* applet-lib.cc launcher-lib.cc mico-lib.cc. Call
orb->run() at appropriate times when HAVE_MICO_ORB_RUN
is defined.