[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

XSLT_PREFIX patch



This patch apparently didn't make it to dia-cvs. It adds the
--with-xslt-prefix= configure option.


				M@t
Index: configure.in
===================================================================
RCS file: /cvs/gnome/dia/configure.in,v
retrieving revision 1.172
diff -u -r1.172 configure.in
--- configure.in	24 Sep 2002 23:29:39 -0000	1.172
+++ configure.in	18 Oct 2002 15:31:21 -0000
@@ -103,10 +103,21 @@
 PKG_CHECK_MODULES(XSLT, libxslt, have_xslt=true, have_xslt=false)
 AM_CONDITIONAL(HAVE_XSLT, $have_xslt)
 if test "$have_xslt" = "true"; then
-  XSLT_DIR="xslt"
+  XSLT_DIR="xslt"  
+else
+  XSLT_DIR=""
 fi
 AC_SUBST(XSLT_DIR)
 
+
+	
+AC_ARG_WITH(xslt-prefix,
+	[  --with-xslt-prefix=path where to look for the shared xslt library (/usr)],
+		[XSLT_PREFIX="${withval}/lib/"],[XSLT_PREFIX="/usr/lib/"])
+  
+AC_SUBST(XSLT_PREFIX)
+
+
 dnl
 dnl Popt
 dnl


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index] Mail converted by Mofo Magic and the Flying D

 
All trademarks and copyrights are the property of their respective owners.

Other Directory Sites: SeekWonder | Directory Owners Forum

GuideSMACK