]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Finished: ready for review
authorFrancis Dupont <fdupont@isc.org>
Sat, 30 Dec 2017 17:03:30 +0000 (18:03 +0100)
committerFrancis Dupont <fdupont@isc.org>
Sat, 30 Dec 2017 17:03:30 +0000 (18:03 +0100)
Makefile.am
Makefile.in
configure
configure.ac
configure.ac+lt
configure.ac-base
configure.ac-lt

index 66d4b16092c5796d5e4b7d7e2129cf1b95aadc8c..c5211e0147aa38c32e9d3f7ef774211b959b7143 100644 (file)
@@ -29,7 +29,6 @@ EXTRA_DIST = RELNOTES LICENSE configure.ac+lt config+lt \
             doc/devel/debug.dox doc/devel/isc-logo.jpg doc/devel/libtool.dox \
             doc/devel/mainpage.dox doc/devel/omapi.dox doc/devel/qa.dox \
             client/tests/Atffile common/tests/Atffile server/tests/Atffile \
-            Kyuafile client/Kyuafile common/Kyuafile server/Kyuafile \
             client/tests/Kyuafile common/tests/Kyuafile server/tests/Kyuafile
 
 if HAVE_BINDDIR
index 037360fce89c2b410c5def02049a70919d318320..e53896c3fc67179d25fd4e38dac1303d9c824756 100644 (file)
@@ -384,7 +384,6 @@ EXTRA_DIST = RELNOTES LICENSE configure.ac+lt config+lt \
        doc/devel/isc-logo.jpg doc/devel/libtool.dox \
        doc/devel/mainpage.dox doc/devel/omapi.dox doc/devel/qa.dox \
        client/tests/Atffile common/tests/Atffile server/tests/Atffile \
-       Kyuafile client/Kyuafile common/Kyuafile server/Kyuafile \
        client/tests/Kyuafile common/tests/Kyuafile \
        server/tests/Kyuafile $(am__append_1)
 
index 012f896951df6a07e56685236f65e7f830162a0f..8a1c435fa38a209f5c4de14bfcfd996a055a4171 100755 (executable)
--- a/configure
+++ b/configure
@@ -5501,6 +5501,8 @@ if test "$enable_relay_port" = "yes"; then
 
 $as_echo "#define RELAY_PORT 1" >>confdefs.h
 
+else
+       enable_relay_port="no"
 fi
 
 # PARANOIA is off by default (until we can test it with all features)
index e3a29922a89b4e62cd38d853c927a685d81e08c8..9507d48d79e1d28b5950a35f9ced8f4ef19d4a65 100644 (file)
@@ -184,6 +184,8 @@ AC_ARG_ENABLE(relay-port,
 if test "$enable_relay_port" = "yes"; then
        AC_DEFINE([RELAY_PORT], [1],
                  [Define to 1 to include relay port support.])
+else
+       enable_relay_port="no"
 fi
 
 # PARANOIA is off by default (until we can test it with all features)
index 5bf6a13f37552ab589a11537c9db9b38fc24993b..aad11c48a4ba1bf5fdb053ffab2e7323fb09cd6d 100644 (file)
@@ -185,6 +185,8 @@ AC_ARG_ENABLE(relay-port,
 if test "$enable_relay_port" = "yes"; then
        AC_DEFINE([RELAY_PORT], [1],
                  [Define to 1 to include relay port support.])
+else
+       enable_relay_port="no"
 fi
 
 # PARANOIA is off by default (until we can test it with all features)
index 0208a0487b6b832622104750b19f5eed1ce39fe3..219d60501694c8f1238200a55e18a79c59969e9a 100644 (file)
@@ -190,6 +190,8 @@ AC_ARG_ENABLE(relay-port,
 if test "$enable_relay_port" = "yes"; then
        AC_DEFINE([RELAY_PORT], [1],
                  [Define to 1 to include relay port support.])
+else
+       enable_relay_port="no"
 fi
 
 # PARANOIA is off by default (until we can test it with all features)
index e3a29922a89b4e62cd38d853c927a685d81e08c8..9507d48d79e1d28b5950a35f9ced8f4ef19d4a65 100644 (file)
@@ -184,6 +184,8 @@ AC_ARG_ENABLE(relay-port,
 if test "$enable_relay_port" = "yes"; then
        AC_DEFINE([RELAY_PORT], [1],
                  [Define to 1 to include relay port support.])
+else
+       enable_relay_port="no"
 fi
 
 # PARANOIA is off by default (until we can test it with all features)