* update configure.ac so that default options are chosen according to the host
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 13 Mar 2009 16:35:16 +0000 (16:35 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 13 Mar 2009 16:35:16 +0000 (16:35 +0000)
commit3d316f2b3267a853adf233bab19e443e6171356c
treeca82dc6f597fc4233ff3065d14615b4f4b1fa786
parentbb64f289374ac0794d11af6719aecc881f9fe33b
 * update configure.ac so that default options are chosen according to the host
 * fix requirements
 * fix configuration on mac os x (problem with automake 1.9) and
   add missing values/macro for quartz support
 * small typo in ecore_evas_win32 api
 * use m4 api in m4 files

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@39471 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
36 files changed:
configure.ac
ecore-con.pc.in
ecore-config.pc.in
ecore-directfb.pc.in
ecore-evas.pc.in
ecore-fb.pc.in
ecore-file.pc.in
ecore-imf-evas.pc.in
ecore-imf.pc.in
ecore-ipc.pc.in
ecore-job.pc.in
ecore-quartz.pc.in
ecore-sdl.pc.in
ecore-win32.pc.in
ecore-wince.pc.in
ecore.pc.in
m4/ecore_check_module.m4
m4/ecore_check_options.m4 [new file with mode: 0644]
src/lib/ecore/Makefile.am
src/lib/ecore_evas/Ecore_Evas.h
src/lib/ecore_evas/Makefile.am
src/lib/ecore_evas/ecore_evas.c
src/lib/ecore_evas/ecore_evas_buffer.c
src/lib/ecore_evas/ecore_evas_private.h
src/lib/ecore_evas/ecore_evas_quartz.c
src/lib/ecore_evas/ecore_evas_sdl.c
src/lib/ecore_file/Makefile.am
src/lib/ecore_imf/Makefile.am
src/lib/ecore_imf_evas/Makefile.am
src/lib/ecore_job/Makefile.am
src/lib/ecore_quartz/Makefile.am
src/lib/ecore_sdl/Makefile.am
src/lib/ecore_txt/Makefile.am
src/lib/ecore_win32/Makefile.am
src/lib/ecore_wince/Makefile.am
src/lib/ecore_x/xlib/Makefile.am