]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_10] report unrecognized configure options
authorEvan Hunt <each@isc.org>
Tue, 20 May 2014 22:31:34 +0000 (15:31 -0700)
committerEvan Hunt <each@isc.org>
Tue, 20 May 2014 22:31:34 +0000 (15:31 -0700)
3854. [cleanup] Report unrecognized options, if any, in the final
                        configure summary. [RT #36014]

CHANGES
configure
configure.in

diff --git a/CHANGES b/CHANGES
index 1c20eeb6273c8d0f88b2e073ff43720e2bdadc43..1332e40f3ffd1a5bea14a92adfad96ad3e61c33c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+3854.  [cleanup]       Report unrecognized options, if any, in the final
+                        configure summary. [RT #36014]
+
 3853.  [cleanup]       Refactor dns_rdataslab_fromrdataset to seperate out
                        the handling of a rdataset with no records. [RT #35968]
 
index 93099a7f45fd62c01be1531173b46616dcefff1b..e10309fc2c2fa1155930c7b15bf27c3648b28b90 100755 (executable)
--- a/configure
+++ b/configure
@@ -23934,6 +23934,11 @@ test "X$PYTHON" = "X" && echo "    Python tools (--with-python)"
 test "X$libxml2_libs" = "X" && echo "    XML statistics (--with-libxml2)"
 test "X$have_libjson" = "X" && echo "    JSON statistics (--with-libjson)"
 
+if test "X$ac_unrecognized_opts" != "X"; then
+    echo
+    echo "Unrecognized options:"
+    echo "    $ac_unrecognized_opts"
+fi
 echo "========================================================================"
 
 if test "X$CRYPTO" = "X"; then
index 6bca7fe1ce2a8abe0358fdf41ee44a367c0bb761..977193b179d5231018cc617ffffedbbfab87299e 100644 (file)
@@ -4595,6 +4595,11 @@ test "X$PYTHON" = "X" && echo "    Python tools (--with-python)"
 test "X$libxml2_libs" = "X" && echo "    XML statistics (--with-libxml2)"
 test "X$have_libjson" = "X" && echo "    JSON statistics (--with-libjson)"
 
+if test "X$ac_unrecognized_opts" != "X"; then
+    echo
+    echo "Unrecognized options:"
+    echo "    $ac_unrecognized_opts"
+fi
 echo "========================================================================"
 
 if test "X$CRYPTO" = "X"; then