X-Git-Url: http://git.code-monkey.de/?p=ruby-esmart.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=0000000000000000000000000000000000000000;hp=2142ed7d18e3c14d1ba8f12f4f00ce0c128da0e8;hb=a798ac2f31578df885d633737d3b799b31c8a60a;hpb=442a877da882d6b38a5ed267d2f0024f9212eb58 diff --git a/configure.ac b/configure.ac deleted file mode 100644 index 2142ed7..0000000 --- a/configure.ac +++ /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