]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] report unrecognized configure options
authorEvan Hunt <each@isc.org>
Tue, 20 May 2014 22:31:14 +0000 (15:31 -0700)
committerEvan Hunt <each@isc.org>
Tue, 20 May 2014 22:31:14 +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 9c900b44f0997c07016ed30c47a9fd22036d9844..1fda6c1ac5cebcba7ef0c53521f787e285959948 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 9aa016dafe1a3b7cb05ed7cc422e05a5bab2b32c..75e69e74c15ddac21823b5440462413f77efbf36 100755 (executable)
--- a/configure
+++ b/configure
@@ -24079,6 +24079,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 d008b0079b46be34d4f7be0f5fdeb470a3693d8d..5913a324e034d7df431b29096383b947bac0f57e 100644 (file)
@@ -4662,6 +4662,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