esotericbot-0.0.1: configure.ac
AC_INIT([Esoteric bot],[0.1],[spoon@killersmurf.com],[EsotericBot])dnl
AM_INIT_AUTOMAKE([-Wall foreign])dnl
AC_ARG_WITH([hc],[The haskell compiler],dnl
[AC_ARG_VAR([HASKELL_C],[The haskell compiler])dnl
AC_SUBST([HASKELL_C],[${with_hc}])]dnl
,[AC_MSG_ERROR([You must specify the haskell compiler using --with-hc. If unsure, use cabal.])])dnl
AC_PROG_LIBTOOL()dnl
AC_PROG_CC()dnl
AC_PROG_CXX()dnl
AC_CONFIG_FILES([Makefile c_plugins/Makefile hs_plugins/Makefile])dnl
AC_OUTPUT dnl