diff options
author | Eskil Heyn Olsen <eskil@src.gnome.org> | 2000-07-06 12:58:12 +0800 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 2000-07-06 12:58:12 +0800 |
commit | 04f148f617112009091abd18b16463033dd322d0 (patch) | |
tree | c4145d67e40c21078db1f35a5122c2926722830a | |
parent | 39d880abe9ca1b16b12e2ec79183fe8350496cf9 (diff) | |
download | gsoc2013-evolution-04f148f617112009091abd18b16463033dd322d0.tar gsoc2013-evolution-04f148f617112009091abd18b16463033dd322d0.tar.gz gsoc2013-evolution-04f148f617112009091abd18b16463033dd322d0.tar.bz2 gsoc2013-evolution-04f148f617112009091abd18b16463033dd322d0.tar.lz gsoc2013-evolution-04f148f617112009091abd18b16463033dd322d0.tar.xz gsoc2013-evolution-04f148f617112009091abd18b16463033dd322d0.tar.zst gsoc2013-evolution-04f148f617112009091abd18b16463033dd322d0.zip |
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=3910
-rw-r--r-- | macros/gnome-pilot.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-pilot.m4 b/macros/gnome-pilot.m4 index 960d5fc6f5..b4e176a46c 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]) |