X-Git-Url: https://git.dlugolecki.net.pl/?p=genetic.git;a=blobdiff_plain;f=configure.ac;h=d4d776f409dada159878543bc669edc9559248ab;hp=e8b6f95152f0996a21f72ff30ac879b00b474fa1;hb=2a8fc81203107eb3495a50fb2666803fda3e0517;hpb=169219566d08e4940d25b66ecdb68e80b90c090d diff --git a/configure.ac b/configure.ac index e8b6f95..d4d776f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ AC_INIT([Genetic], [0.2], [bugz@dlugolecki.net.pl], [genetic], [http://dlugolecki.net.pl/software/genetic/]) -AC_CANONICAL_SYSTEM AC_PREREQ([2.59]) AM_INIT_AUTOMAKE([1.10 -Wall]) AC_CONFIG_HEADERS([config.h]) AC_PROG_CXX AC_CONFIG_FILES([ Makefile + include/Makefile tests/Makefile ])