From e015fa25255c7f0213887a85f98007415cc8c0b1 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 19 Feb 2001 23:27:29 +0000 Subject: AC_SUBST the PISOCK_LIBDIR var 2001-02-19 JP Rosevear * gnome-pilot.m4: AC_SUBST the PISOCK_LIBDIR var svn path=/trunk/; revision=8284 --- macros/ChangeLog | 4 ++++ macros/gnome-pilot.m4 | 2 ++ 2 files changed, 6 insertions(+) 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 + + * gnome-pilot.m4: AC_SUBST the PISOCK_LIBDIR var + 2001-02-17 Lauris Kaplinski * 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, -- cgit v1.2.3