mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 16:26:59 +00:00
Version 2.2
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
61b6acf2f5
commit
658fe50312
14 changed files with 697 additions and 163 deletions
10
configure.in
10
configure.in
|
|
@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|||
|
||||
AC_PREREQ(2.59)
|
||||
|
||||
AC_INIT([dhcpd-pools], [2.1], [kerolasa@iki.fi])
|
||||
AC_INIT([dhcpd-pools], [2.2], [kerolasa@iki.fi])
|
||||
|
||||
AM_INIT_AUTOMAKE([1.9 foreign])
|
||||
|
||||
|
|
@ -40,6 +40,14 @@ AC_ARG_WITH(output-format,
|
|||
)
|
||||
AC_SUBST(output_format)
|
||||
|
||||
AC_ARG_WITH(output-limit,
|
||||
[ --with-output-limit=NRO Default output limit 00 - 77],
|
||||
[ output_limit=$withval
|
||||
CPPFLAGS="$CPPFLAGS -DOUTPUT_LIMIT='\"$withval\"'" ],
|
||||
[ output_limit=$output_limit_default ]
|
||||
)
|
||||
AC_SUBST(output_limit)
|
||||
|
||||
AC_CHECK_FUNCS(getopt_long inet_aton inet_addr, break)
|
||||
|
||||
AC_CHECK_LIB(resolv, inet_ntoa)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue