summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2017-12-30 18:03:30 +0100
committerFrancis Dupont <fdupont@isc.org>2017-12-30 18:03:30 +0100
commite985472adfc7ee3034e29eebdea0d4daf2afad66 (patch)
tree0f919733af8d83765a3afa0bcfc281831a16c726
parent35a3a3a88fd87686fda0b006565610618ae31ad5 (diff)
downloadisc-dhcp-rt46933.tar.gz
Finished: ready for reviewrt46933
-rw-r--r--Makefile.am1
-rw-r--r--Makefile.in1
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
-rw-r--r--configure.ac+lt2
-rw-r--r--configure.ac-base2
-rw-r--r--configure.ac-lt2
7 files changed, 10 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 66d4b160..c5211e01 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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
diff --git a/Makefile.in b/Makefile.in
index 037360fc..e53896c3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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)
diff --git a/configure b/configure
index 012f8969..8a1c435f 100755
--- 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)
diff --git a/configure.ac b/configure.ac
index e3a29922..9507d48d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
diff --git a/configure.ac+lt b/configure.ac+lt
index 5bf6a13f..aad11c48 100644
--- a/configure.ac+lt
+++ b/configure.ac+lt
@@ -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)
diff --git a/configure.ac-base b/configure.ac-base
index 0208a048..219d6050 100644
--- a/configure.ac-base
+++ b/configure.ac-base
@@ -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)
diff --git a/configure.ac-lt b/configure.ac-lt
index e3a29922..9507d48d 100644
--- a/configure.ac-lt
+++ b/configure.ac-lt
@@ -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)