Enlightenment CVS committal

Author  : fletch3k
Project : misc
Module  : enotes

Dir     : misc/enotes


Modified Files:
        README TODO configure.in 


Log Message:
Bai Bai Xml :D

===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- README      11 Mar 2004 17:28:57 -0000      1.2
+++ README      9 Oct 2004 16:04:04 -0000       1.3
@@ -22,8 +22,6 @@
 It is programmed in C and requires autoconf, automake, aclocal,
 make, libtool, gettext, libltdl and the standard libraries.
 
-Also, libxml2 is required for E-Notes to function correctly.
-
 Not forgetting of course the enlightenment libraries:
        Evas
        Ecore
===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/TODO,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- TODO        6 Oct 2004 17:12:33 -0000       1.11
+++ TODO        9 Oct 2004 16:04:04 -0000       1.12
@@ -17,6 +17,7 @@
 Shaped Note?
 Setting Note Themes in Realtime
 Ecore_Config and enotes IPC dont work together
+Removing a Note and then Clicking on Another Sometimes Segv's - Something Internal In 
Evas Methinks - Investigate!
 
     FEATURES and AIMS:
 
@@ -29,6 +30,7 @@
 Recomment all Functions
 Tidy Storage and Configuration Backends
 Refine code for minimalism
+Searching Through Saved Notes
 
 
 0.3
===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- configure.in        15 Sep 2004 20:46:29 -0000      1.4
+++ configure.in        9 Oct 2004 16:04:04 -0000       1.5
@@ -145,20 +145,6 @@
 AC_SUBST(edb_libs)
 
 
-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.";
-  echo "FATAL ERROR. ABORT.";
-  exit -1;
-fi
-libxml2_cflags=`$LIBXML2_CONFIG --cflags`
-libxml2_libs=`$LIBXML2_CONFIG --libs`
-AC_SUBST(libxml2_cflags)
-AC_SUBST(libxml2_libs)
-
-
 PROG="esmart-config";
 AC_PATH_PROG(ESMART_CONFIG, $PROG, "", $PATH)
 if [ test -z $ESMART_CONFIG ]; then




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to