Fix building and installing package.
[genetic.git] / configure.ac
1 AC_INIT([Genetic], [0.2], [bugz@dlugolecki.net.pl], [genetic], [http://dlugolecki.net.pl/software/genetic/])
2 AC_PREREQ([2.59])
3 AM_INIT_AUTOMAKE([1.10 -Wall])
4 AC_CONFIG_HEADERS([config.h])
5 AC_PROG_CXX
6 AC_CONFIG_FILES([
7     Makefile
8     include/Makefile
9     tests/Makefile
10 ])
11
12 AC_OUTPUT
13