]> git.ipfire.org Git - thirdparty/dhcp.git/blobdiff - configure.ac+lt
updated version in configure files
[thirdparty/dhcp.git] / configure.ac+lt
index 44e2517dbb844a03803e13dc08a28989a7a2f948..1d15cacbf92bcbe09cade0c020385d00ec1ab539 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.4.2b1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.4.3-P1],[dhcp-users@isc.org])
 
 # for libtool
 AC_CONFIG_MACRO_DIR([m4])
@@ -171,7 +171,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
@@ -251,7 +251,7 @@ fi
 # Testing section
 
 # Bind Makefile needs to know ATF is not included.
-AM_CONDITIONAL(BIND_ATF, 0)
+AM_CONDITIONAL(BIND_ATF, test "foo" = "barr")
 
 DISTCHECK_ATF_CONFIGURE_FLAG=
 atf_path="no"
@@ -630,7 +630,7 @@ if test "$have_nanosleep" = "rt"; then
        LIBS="-lrt $LIBS"
 fi
 
-# check for /dev/random (declares HAVE_DEV_RANDOM)
+# check for /dev/random (declares ISC_PATH_RANDOMDEV)
 AC_MSG_CHECKING(for random device)
 AC_ARG_WITH(randomdev,
        AS_HELP_STRING([--with-randomdev=PATH],[Path for random device
@@ -654,8 +654,8 @@ else
        else
                AC_MSG_RESULT($use_randomdev)
                AC_CHECK_FILE($use_randomdev,
-                   AC_DEFINE([HAVE_DEV_RANDOM], [1], 
-                       [Define to 1 if you have the /dev/random or other configured file.]),
+                   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
        BINDCONFIG="$BINDCONFIG --with-randomdev=$use_randomdev"
@@ -807,7 +807,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
@@ -1005,6 +1005,7 @@ AC_CONFIG_FILES([
   omapip/Makefile.am
   omapip/Makefile
   relay/Makefile
+  relay/tests/Makefile
   server/Makefile
   tests/Makefile.am
   tests/Makefile