AC_SUBST the PISOCK_LIBDIR var
authorJP Rosevear <jpr@ximian.com>
Mon, 19 Feb 2001 23:27:29 +0000 (23:27 +0000)
committerJP Rosevear <jpr@src.gnome.org>
Mon, 19 Feb 2001 23:27:29 +0000 (23:27 +0000)
2001-02-19  JP Rosevear  <jpr@ximian.com>

* gnome-pilot.m4: AC_SUBST the PISOCK_LIBDIR var

svn path=/trunk/; revision=1583

macros/ChangeLog
macros/gnome-pilot.m4

index 33ec6f5..f7ee77c 100644 (file)
@@ -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
index 07c310f..9e14975 100644 (file)
@@ -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,