2 # Process this file with autoconf to produce a configure script.
7 AC_INIT([apertium-sh-mk], [0.1], [ftyers@users.sourceforge.net])
8 AM_INIT_AUTOMAKE([apertium-sh-mk], [0.1], no-define)
11 AC_CONFIG_HEADER([config])
13 AC_PATH_PROG(XSLTPROC, xsltproc, no)
14 if test x$ac_cv_path_XSLTPROC = x
16 AC_MSG_ERROR([You don't have xsltproc installed.])
18 if test x$ac_cv_path_XSLTPROC = xno
20 AC_MSG_ERROR([You don't have xsltproc installed.])
25 PKG_CHECK_MODULES(APERTIUM, apertium-3.0 >= 3.0.0)