Enlightenment CVS committal

Author  : werkt
Project : misc
Module  : ewler

Dir     : misc/ewler


Modified Files:
        configure.in 


Log Message:
Cleaning out src for new version

===================================================================
RCS file: /cvsroot/enlightenment/misc/ewler/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- configure.in        6 Jul 2004 03:38:11 -0000       1.4
+++ configure.in        5 Jan 2005 05:21:02 -0000       1.5
@@ -136,29 +136,29 @@
 AC_SUBST(ewl_cflags)
 AC_SUBST(ewl_libs)
 
-PROG="xml2-config";
-AC_PATH_PROG(XML2_CONFIG, $PROG, "", $PATH)
-if [ test -z $XML2_CONFIG ]; then
+PROG="exml-config";
+AC_PATH_PROG(EXML_CONFIG, $PROG, "", $PATH)
+if [ test -z $EXML_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.";
   echo "FATAL ERROR. ABORT.";
   exit -1;
 fi
-xml2_cflags=`$XML2_CONFIG --cflags`
-xml2_libs=`$XML2_CONFIG --libs`
-AC_SUBST(xml2_cflags)
-AC_SUBST(xml2_libs)
+exml_cflags=`$EXML_CONFIG --cflags`
+exml_libs=`$EXML_CONFIG --libs`
+AC_SUBST(exml_cflags)
+AC_SUBST(exml_libs)
+
+AC_CHECK_LIB(readline,readline,,AC_MSG_ERROR("readline is required to compile 
ewler"))
 
 AC_OUTPUT([
 Makefile 
 src/Makefile 
-src/ewl_uic/Makefile
 data/Makefile
 data/images/Makefile
 data/schemas/Makefile
 data/themes/Makefile
 data/themes/ewler/Makefile
-data/themes/ewler/bits/Makefile
 data/themes/ewler/bits/images/Makefile
 ])
 




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to