Adding prob files
[apertium.git] / trunk / apertium-sh-mk / configure.ac
blob13ba5d080dfb1e73912521c76b1751327d8573ba
1 #                                               -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script.
5 AC_PREREQ(2.52)
7 AC_INIT([apertium-sh-mk], [0.1], [ftyers@users.sourceforge.net])
8 AM_INIT_AUTOMAKE([apertium-sh-mk], [0.1], no-define)
9 AC_PROG_LN_S
10 AC_PROG_AWK
11 AC_CONFIG_HEADER([config])
13 AC_PATH_PROG(XSLTPROC, xsltproc, no)
14 if test x$ac_cv_path_XSLTPROC = x
15 then
16   AC_MSG_ERROR([You don't have xsltproc installed.])
18 if test x$ac_cv_path_XSLTPROC = xno
19 then
20   AC_MSG_ERROR([You don't have xsltproc installed.])
25 PKG_CHECK_MODULES(APERTIUM, apertium-3.0 >= 3.0.0)
27 MODES="modes";
29 AC_SUBST(MODES)
31 AC_OUTPUT([Makefile])