From 8d44ab4fb945aace59785112eac1106f86019f71 Mon Sep 17 00:00:00 2001 From: Eskil Heyn Olsen Date: Thu, 6 Jul 2000 04:58:12 +0000 Subject: Changelog entries should now go to toplevel Changelog. I now prefer this, * HACKING: Changelog entries should now go to toplevel Changelog. I now prefer this, because of the prepare-ChangeLog.pl script used for Nautilus. See HACKING for more. * applet/pilot.c: (main): * configure.in: * gpilotd/Makefile.am: * gpilotd/gnome-pilot-client.gob: * gpilotd/orbit_daemon_glue.c: (gpilotd_corba_init): * macros/gnome-pilot.m4: * utils/Makefile.am: Done a lot of damagecontrol after the OAF collision that happened. GNORBA is now the default object activator even if bonobo/oaf/whatnot is installed. You can switch to oaf if you configure with --with-oaf (up to the reader to completely finish this). The OAF code is still in CVS, it compiles (no longer breaks gnome-pim), but still doens't work though. (there a limit to my time). svn path=/trunk/; revision=1299 --- macros/gnome-pilot.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/gnome-pilot.m4 b/macros/gnome-pilot.m4 index 960d5fc..b4e176a 100644 --- a/macros/gnome-pilot.m4 +++ b/macros/gnome-pilot.m4 @@ -19,7 +19,7 @@ AC_SUBST(PILOT_LIBS) AC_DEFUN([PILOT_LINK_HOOK],[ AC_ARG_WITH(pisock, - [ --with-pisock Specify prefix for pisock files],[ + [ --with-pisock Specify prefix for pisock files],[ if test x$withval = xyes; then dnl Note that an empty true branch is not valid sh syntax. ifelse([$1], [], :, [$1]) -- cgit v1.2.1