Moving
[apertium.git] / apertium-fr-ca / tags / release-1.0.0 / configure.ac
blob635e7bc27647b266f180da3dfd744357d128f9fa
1 #                                               -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script.
5 AC_PREREQ(2.52)
7 AC_INIT([apertium-fr-ca], [1.0.0], [sortiz@users.sourceforge.net])
8 AM_INIT_AUTOMAKE([apertium-fr-ca], [1.0.0], no-define)
9 AC_PROG_LN_S
10 AC_PROG_AWK
11 AC_CONFIG_HEADER([config])
13 PKG_CHECK_MODULES(APERTIUM, apertium-3.0 >= 3.0.0)
16 AC_OUTPUT([Makefile])