Version 2.11

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2009-05-14 00:00:00 +02:00
parent e4282e8a3d
commit a8eadf78bb
17 changed files with 8982 additions and 603 deletions

View file

@ -27,9 +27,6 @@ AC_CHECK_FUNCS([inet_ntoa memset strerror strstr])
AC_CHECK_HEADERS(getopt.h, AC_DEFINE(HAVE_GETOPT_H),
import_sources="getopt.c getopt1.c $import_sources")
# for help2man
AC_CHECK_PROG(PERL, perl, perl)
AC_CONFIG_FILES([Makefile
man/Makefile
src/Makefile])