Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : libs/exml

Dir     : e17/libs/exml


Modified Files:
        configure.in exml-config.in 


Log Message:
fix copy-o s and broken exmlconfig script

===================================================================
RCS file: /cvs/e/e17/libs/exml/configure.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- configure.in        31 Jul 2006 10:48:57 -0000      1.10
+++ configure.in        31 Jul 2006 14:18:22 -0000      1.11
@@ -61,12 +61,12 @@
 
 AC_PATH_GENERIC(xml2, 2.6.13,
   [ ],
-  [ AC_MSG_ERROR(Make sure that ecore-config is in your PATH or that Libxml2 
is correctly installed) ],
+  [ AC_MSG_ERROR(Make sure that xml2-config is in your PATH or that Libxml2 is 
correctly installed) ],
 )
 
 AC_PATH_GENERIC(xslt, 1.1.10,
   [ ],
-  [ AC_MSG_ERROR(Make sure that ecore-config is in your PATH or that Xslt is 
correctly installed) ],
+  [ AC_MSG_ERROR(Make sure that xslt-config is in your PATH or that Xslt is 
correctly installed) ],
 )
 
 AC_OUTPUT([
===================================================================
RCS file: /cvs/e/e17/libs/exml/exml-config.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- exml-config.in      11 Jun 2006 22:37:24 -0000      1.5
+++ exml-config.in      31 Jul 2006 14:18:22 -0000      1.6
@@ -42,11 +42,11 @@
       if test @prefix@/include != /usr/include ; then
         includes="[EMAIL PROTECTED]@/include"
       fi
-      echo $includes @ecore_cflags@
+      echo $includes @ECORE_CFLAGS@
       ;;
     --libs)
       [EMAIL PROTECTED]@
-      echo $libdirs -lexml @ecore_libs@ -lm -lxml2
+      echo $libdirs -lexml @ECORE_LIBS@ -lm -lxml2
       ;;
     *)
       echo "${usage}" 1>&2



-------------------------------------------------------------------------
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