diff options
author | Tomek Mrugalski <tomek@isc.org> | 2022-03-07 17:31:51 +0100 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2022-03-07 17:31:51 +0100 |
commit | c9aec7efdf0953f4d8521dfd02195d8dac539f07 (patch) | |
tree | b2702392e3cd32212067a1320ea66f8027c456d4 /configure.ac-lt | |
parent | 95d14836ede20f46340e3e396c590a24bcc5d490 (diff) | |
download | isc-dhcp-c9aec7efdf0953f4d8521dfd02195d8dac539f07.tar.gz |
[#229] configure* updated to 4.4.3
Diffstat (limited to 'configure.ac-lt')
-rw-r--r-- | configure.ac-lt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac-lt b/configure.ac-lt index c7ad1922..b2c306b7 100644 --- a/configure.ac-lt +++ b/configure.ac-lt @@ -1,4 +1,4 @@ -AC_INIT([DHCP],[4.4.2],[dhcp-users@isc.org]) +AC_INIT([DHCP],[4.4.3],[dhcp-users@isc.org]) # we specify "foreign" to avoid having to have the GNU mandated files, @@ -170,7 +170,7 @@ if test "$enable_dhcpv4o6" = "yes"; then if test "$enable_dhcpv6" = "no"; then AC_MSG_ERROR([dhcpv4o6 requires dhcpv6]) fi - AC_DEFINE([DHCP4o6], [1], + AC_DEFINE([DHCP4o6], [1], [Define to 1 to include DHCPv4 over DHCPv6 support.]) else # so we can report below @@ -653,7 +653,7 @@ else else AC_MSG_RESULT($use_randomdev) AC_CHECK_FILE($use_randomdev, - AC_DEFINE_UNQUOTED([ISC_PATH_RANDOMDEV], ["$use_randomdev"], + AC_DEFINE_UNQUOTED([ISC_PATH_RANDOMDEV], ["$use_randomdev"], [Define if you have the /dev/random or other configured file.]), AC_MSG_ERROR(cannot find $use_randomdev)) fi @@ -806,7 +806,7 @@ no) BINDLIBIRSDIR="$BINDDIR/lib" BINDLIBDNSDIR="$BINDDIR/lib" BINDLIBISCCFGDIR="$BINDDIR/lib" - BINDLIBISCDIR="$BINDDIR/lib" + BINDLIBISCDIR="$BINDDIR/lib" DISTCHECK_LIBBIND_CONFIGURE_FLAG="--with-libbind=$use_libbind" ;; esac |