2 # Process this file with autoconf to produce a configure script.
7 AC_INIT([apertium-eu-es], [0.8], [sortiz@users.sourceforge.net])
8 AM_INIT_AUTOMAKE([apertium-eu-es], [0.8], no-define)
11 AC_CONFIG_HEADER([config])
13 AC_DEFUN(PKG_CHECK_APERTIUM, [
15 PKG_CHECK_MODULES(APERTIUM, apertium-3.0 >= 3.0.0,
20 PKG_CHECK_MODULES(APERTIUM, apertium-2.0 >= 2.0.0)
23 AC_SUBST(APERTIUM_VER)
28 AC_PATH_PROG(XSLTPROC, xsltproc, no)
29 if test x$ac_cv_path_XSLTPROC = x
31 AC_MSG_ERROR([You don't have xsltproc installed.])
33 if test x$ac_cv_path_XSLTPROC = xno
35 AC_MSG_ERROR([You don't have xsltproc installed.])