Implemented Window#focus.
[ruby-ecore.git] / configure.ac
index b50b72e37fdfb6dd866f787b1e5540997df56355..0fc8a4b962b8c108e4375314fa80a8e074d4e8f9 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id$
+dnl $Id: configure.ac 39 2004-07-25 13:13:57Z tilman $
 
 AC_INIT(ruby-ecore, 0.0.1)
 AC_CONFIG_SRCDIR([src/ecore/rb_ecore.c])
@@ -9,7 +9,6 @@ AM_CONFIG_HEADER(config.h)
 AC_PROG_CC
 AC_PROG_CC_STDC
 AC_PROG_INSTALL
-AC_CHECK_PROG(RUBY, ruby)
 
 AM_DISABLE_STATIC
 AC_PROG_LIBTOOL
@@ -27,10 +26,12 @@ AC_PATH_GENERIC(evas, , ,
 
 AC_CONFIG_FILES([
 Makefile
+m4/Makefile
 src/Makefile
 src/ecore/Makefile
-src/ecore_job/Makefile
 src/ecore_evas/Makefile
+src/ecore_job/Makefile
+src/ecore_x/Makefile
 ])
 
 AC_OUTPUT