From 038dcd982d442d894c467bf0d91cdaf421e87185 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 27 May 2013 02:37:44 -0700 Subject: Again, multiple enhancements. * IPv6 feature set nearly complete. * Test suite expanded to cover all but a few functions. * Source files renamed according to the new project name, .h is now .h, implementations are moved to .c * Something else. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8cc478c..595491b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,7 @@ AC_INIT([iptest], [0.1], [daniil@baturin.org]) -AC_PROG_CC +#AC_PROG_CC +AM_PROG_CC_C_O AC_CHECK_HEADER(pcre.h) AC_CHECK_HEADER(libcidr.h) -- cgit v1.2.3