Enlightenment CVS committal

Author  : werkt
Project : e17
Module  : libs/exml

Dir     : e17/libs/exml


Modified Files:
        configure.in 


Log Message:
Added xslt functions to exml's api.

===================================================================
RCS file: /cvs/e/e17/libs/exml/configure.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- configure.in        11 Jun 2006 10:23:47 -0000      1.8
+++ configure.in        31 Jul 2006 10:05:56 -0000      1.9
@@ -78,6 +78,18 @@
 AC_SUBST(xml2_cflags)
 AC_SUBST(xml2_libs)
 
+PROG="xslt-config";
+AC_PATH_PROG(XSLT_CONFIG, $PROG, "", $PATH)
+if test "x$XSLT_CONFIG" = "x" ; then
+  echo $PROG " is not in your \$PATH. Please ensure it is.";
+  echo "Read the manual page for you shell as to how to extend your path.";
+  AC_MSG_ERROR(Cannot find $PROG)
+fi
+xslt_cflags=`$XSLT_CONFIG --cflags`
+xslt_libs=`$XSLT_CONFIG --libs`
+AC_SUBST(xslt_cflags)
+AC_SUBST(xslt_libs)
+
 AC_OUTPUT([
 Makefile 
 exml.pc



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to