turn off build of ecore-txt and ecore-config by default.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 26 Feb 2010 00:20:34 +0000 (00:20 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 26 Feb 2010 00:20:34 +0000 (00:20 +0000)
commita573e31992e88d9bf80c3d9ab64587973f037c0a
treeb22b4e8cee3ccc51ed9183832ae507f7ee83c5f9
parent3cf29d248212ecff7eaa02f193782377c1d4579f
turn off build of ecore-txt and ecore-config by default.

These are deprecated and will be killed in short time, stop using them!

Recommendations:

 * ecore-txt: use eina_str_convert, drop in replacement, just sed.

 * ecore-config: convert your code to use eet + Eet_Data_Descriptors
   directly, it is simpler and faster, but requires you to change your
   code. Consider using eet_data_descriptor_file_new() and
   eet_eina_file_data_descriptor_class_set() or
   EET_EINA_FILE_DATA_DESCRIPTOR_CLASS_SET(). Then describe your type
   with EET_DATA_DESCRIPTOR_ADD_*().

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@46494 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
configure.ac