diff options
author | JP Rosevear <jpr@ximian.com> | 2001-02-19 23:52:20 +0000 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-02-19 23:52:20 +0000 |
commit | d8f06e423efcda655fecbd41cf83f2040b4bd56d (patch) | |
tree | 5e8e6fb1eda28681e9de88f40c8d438419eb7553 /macros | |
parent | abe9862b99c496da0f7c1059bf1dde584601be42 (diff) | |
download | gnome-common-d8f06e423efcda655fecbd41cf83f2040b4bd56d.tar.gz |
Revert my previous patch now that gnome-pim and evolution are fixed to
2001-02-19 JP Rosevear <jpr@ximian.com>
* gnome-pilot.m4: Revert my previous patch now that gnome-pim and
evolution are fixed to accomodate the change
svn path=/trunk/; revision=1584
Diffstat (limited to 'macros')
-rw-r--r-- | macros/ChangeLog | 5 | ||||
-rw-r--r-- | macros/gnome-pilot.m4 | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index f7ee77c..022e2de 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,5 +1,10 @@ 2001-02-19 JP Rosevear <jpr@ximian.com> + * gnome-pilot.m4: Revert my previous patch now that gnome-pim and + evolution are fixed to accomodate the change + +2001-02-19 JP Rosevear <jpr@ximian.com> + * gnome-pilot.m4: AC_SUBST the PISOCK_LIBDIR var 2001-02-17 Lauris Kaplinski <lauris@ximian.com> diff --git a/macros/gnome-pilot.m4 b/macros/gnome-pilot.m4 index 9e14975..07c310f 100644 --- a/macros/gnome-pilot.m4 +++ b/macros/gnome-pilot.m4 @@ -10,13 +10,11 @@ GNOME_PILOT_CFLAGS= GNOME_PILOT_LIBS= PISOCK_CFLAGS= PISOCK_LIBS= -PISOCK_LIBDIR= AC_SUBST(GNOME_PILOT_CFLAGS) AC_SUBST(GNOME_PILOT_LIBS) AC_SUBST(PISOCK_CFLAGS) AC_SUBST(PISOCK_LIBS) -AC_SUBST(PISOCK_LIBDIR) AC_DEFUN([PILOT_LINK_HOOK],[ AC_ARG_WITH(pisock, |