]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
silence: aix 5.3 missing braces warnings
authorMark Andrews <marka@isc.org>
Tue, 20 Jun 2006 06:56:43 +0000 (06:56 +0000)
committerMark Andrews <marka@isc.org>
Tue, 20 Jun 2006 06:56:43 +0000 (06:56 +0000)
configure
configure.in
lib/bind/configure
lib/bind/configure.in

index 29944a6e0dbe5252b80eb4b2393b4a0ba3935b86..b7702d22d9861e36b872f2877f415cf477c18ba9 100755 (executable)
--- a/configure
+++ b/configure
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 #
-# $Id: configure,v 1.394 2006/06/02 03:36:22 marka Exp $
+# $Id: configure,v 1.395 2006/06/20 06:56:42 marka Exp $
 #
 # Portions Copyright (C) 1996-2001  Nominum, Inc.
 #
@@ -29,7 +29,7 @@
 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# From configure.in Revision: 1.406 .
+# From configure.in Revision: 1.407 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -27603,7 +27603,7 @@ LWRES_PLATFORM_USEDECLSPEC="#undef LWRES_PLATFORM_USEDECLSPEC"
 ISC_PLATFORM_BRACEPTHREADONCEINIT="#undef ISC_PLATFORM_BRACEPTHREADONCEINIT"
 
 case "$host" in
-       *-aix5.1.*)
+       *-aix5.[123].*)
                hack_shutup_pthreadonceinit=yes
                ;;
        *-bsdi3.1*)
index 2c42fa89cbd7b97991ec0b1f63dbfb624935ed65..aeaa135af0e8a9400a6c9393d32decd657ea04a5 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.406 $)
+AC_REVISION($Revision: 1.407 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -1817,7 +1817,7 @@ AC_SUBST(ISC_PLATFORM_BRACEPTHREADONCEINIT)
 ISC_PLATFORM_BRACEPTHREADONCEINIT="#undef ISC_PLATFORM_BRACEPTHREADONCEINIT"
 
 case "$host" in
-       *-aix5.1.*)
+       *-aix5.[[123]].*)
                hack_shutup_pthreadonceinit=yes
                ;;
        *-bsdi3.1*)
index e85a2900a0ed9121a43495b689a1da894db9ffe9..4b32f2e38b30c9e989cf1eb688bc086a8c357709 100644 (file)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.117 .
+# From configure.in Revision: 1.118 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -30921,6 +30921,9 @@ case "$host" in
                hack_shutup_pthreadmutexinit=yes
                hack_shutup_in6addr_init_macros=yes
                ;;
+       *-aix5.[23].*)
+               hack_shutup_in6addr_init_macros=yes
+               ;;
        *-bsdi3.1*)
                hack_shutup_sputaux=yes
                ;;
index 620cc155bdcc4b97ae52a4428ff2ba8db030c708..cc4c84f78844bcb0488e1ed9b9391a21a7b12d94 100644 (file)
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-AC_REVISION($Revision: 1.117 $)
+AC_REVISION($Revision: 1.118 $)
 
 AC_INIT(resolv/herror.c)
 AC_PREREQ(2.13)
@@ -2345,6 +2345,9 @@ case "$host" in
                hack_shutup_pthreadmutexinit=yes
                hack_shutup_in6addr_init_macros=yes
                ;;
+       *-aix5.[[23]].*)
+               hack_shutup_in6addr_init_macros=yes
+               ;;
        *-bsdi3.1*)
                hack_shutup_sputaux=yes
                ;;