Changelog entries should now go to toplevel Changelog. I now prefer this,
authorEskil Heyn Olsen <eskil@src.gnome.org>
Thu, 6 Jul 2000 04:58:12 +0000 (04:58 +0000)
committerEskil Heyn Olsen <eskil@src.gnome.org>
Thu, 6 Jul 2000 04:58:12 +0000 (04:58 +0000)
        * 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

index 960d5fc..b4e176a 100644 (file)
@@ -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])