1dnl Process this file with autoconf to produce a configure script.
2
3dnl We need at least autoconf 2.69 for this configure.ac to work.
4AC_PREREQ([2.69])
5AC_INIT([e-antic], [1.0.0-rc.13], [vincent.delecroix@math.cnrs.fr])
6
7AC_CONFIG_MACRO_DIR([m4])
8AM_INIT_AUTOMAKE([1.14.1 subdir-objects tar-pax foreign])
9
10AC_CONFIG_FILES([Makefile])
11
12AC_CONFIG_SUBDIRS([libeantic pyeantic])
13
14AC_OUTPUT
15