Reworked the build system.
[ruby-esmart.git] / configure.ac
diff --git a/configure.ac b/configure.ac
deleted file mode 100644 (file)
index 2142ed7..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-dnl $Id: configure.ac 36 2004-07-25 10:45:47Z tilman $
-
-AC_INIT(ruby-esmart, 0.0.1)
-AC_CONFIG_SRCDIR([src/rb_esmart.c])
-
-AM_INIT_AUTOMAKE([dist-bzip2])
-AM_CONFIG_HEADER(config.h)
-
-AC_PROG_CC
-AC_PROG_CC_STDC
-AC_PROG_INSTALL
-
-AM_DISABLE_STATIC
-AC_PROG_LIBTOOL
-
-AC_HEADER_STDC
-AC_HEADER_STDBOOL
-
-AC_RUBY_EXT
-
-AC_PATH_GENERIC(esmart, , ,
-       AC_MSG_ERROR(Cannot find evas: Is esmart-config in path?))
-
-AC_CONFIG_FILES([
-Makefile
-m4/Makefile
-src/Makefile
-src/esmart_container/Makefile
-src/esmart_draggies/Makefile
-src/esmart_trans_x11/Makefile
-])
-
-AC_OUTPUT