File: configure.ac

package info (click to toggle)
apertium-en-es 0.8.0~r57502-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 22,500 kB
  • sloc: xml: 792; makefile: 149; sh: 24; perl: 14
file content (21 lines) | stat: -rw-r--r-- 609 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.


AC_PREREQ(2.52)

AC_INIT([apertium-en-es], [0.8.0], [jimregan@users.sourceforge.net])
AM_INIT_AUTOMAKE([apertium-en-es], [0.8.0], no-define)
AC_PROG_LN_S
AC_PROG_AWK
#AC_CONFIG_HEADER([config])

m4_define([required_apertium_version], [3.2.0])
PKG_CHECK_MODULES(APERTIUM,   apertium >= required_apertium_version, [], [PKG_CHECK_MODULES(APERTIUM,   apertium >= required_apertium_version)])
                          
ALTXSL="alt.xsl";

AC_SUBST(ALTXSL)

  
AC_OUTPUT([Makefile])