aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-02-20 07:27:29 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-02-20 07:27:29 +0800
commite015fa25255c7f0213887a85f98007415cc8c0b1 (patch)
treecb763d01e64df1ffc6d29b14dff0870b7a00c318
parentf8e1c2b9209d3c5112da49a696594fe6a8f3f980 (diff)
downloadgsoc2013-evolution-e015fa25255c7f0213887a85f98007415cc8c0b1.tar
gsoc2013-evolution-e015fa25255c7f0213887a85f98007415cc8c0b1.tar.gz
gsoc2013-evolution-e015fa25255c7f0213887a85f98007415cc8c0b1.tar.bz2
gsoc2013-evolution-e015fa25255c7f0213887a85f98007415cc8c0b1.tar.lz
gsoc2013-evolution-e015fa25255c7f0213887a85f98007415cc8c0b1.tar.xz
gsoc2013-evolution-e015fa25255c7f0213887a85f98007415cc8c0b1.tar.zst
gsoc2013-evolution-e015fa25255c7f0213887a85f98007415cc8c0b1.zip
AC_SUBST the PISOCK_LIBDIR var
2001-02-19 JP Rosevear <jpr@ximian.com> * gnome-pilot.m4: AC_SUBST the PISOCK_LIBDIR var svn path=/trunk/; revision=8284
-rw-r--r--macros/ChangeLog4
-rw-r--r--macros/gnome-pilot.m42
2 files changed, 6 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 33ec6f54e0..f7ee77c1c6 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,7 @@
+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>
* gnome-print-check.m4: Remove most of stuff here, but now
diff --git a/macros/gnome-pilot.m4 b/macros/gnome-pilot.m4
index 07c310f456..9e14975e7a 100644
--- a/macros/gnome-pilot.m4
+++ b/macros/gnome-pilot.m4
@@ -10,11 +10,13 @@ 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,