Enlightenment CVS committal

Author  : moom16
Project : e17
Module  : apps/eclair

Dir     : e17/apps/eclair


Modified Files:
        configure.in 


Log Message:

Eclair can now download automatically covers from amazon.com and store them 
into ~/.eclair/covers/. The code works but it's not already used by eclair.
Beginning of eclair config file


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/eclair/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- configure.in        25 Apr 2005 00:21:07 -0000      1.2
+++ configure.in        27 Apr 2005 20:32:41 -0000      1.3
@@ -165,6 +165,17 @@
 AC_SUBST(esmart_libs)
 AC_SUBST(esmart_cflags)
 
+PROG="xml2-config";
+AC_PATH_PROG(LIBXML2_CONFIG, $PROG, "", $PATH)
+if [ test -z $LIBXML2_CONFIG ]; 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
+libxml2_libs=`$LIBXML2_CONFIG --libs`
+libxml2_cflags=`$LIBXML2_CONFIG --cflags`
+AC_SUBST(libxml2_libs)
+AC_SUBST(libxml2_cflags)
 
 AC_OUTPUT([
 Makefile




-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to