From 8d49fe66431c259a0f375c3a94a03993dba1ae7c Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 6 Dec 2004 01:25:47 +0000 Subject: [PATCH] Updated config.guess returns alphaev6-dec-osf5.1b not alphaev6-dec-osf5.1. --- lib/bind/configure | 4 ++-- lib/bind/configure.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/bind/configure b/lib/bind/configure index 92517c5343..ea3034768f 100644 --- a/lib/bind/configure +++ b/lib/bind/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.97 . +# From configure.in Revision: 1.98 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # @@ -30482,7 +30482,7 @@ case "$host" in *-hpux11.11) hack_shutup_in6addr_init_macros=yes ;; - *-osf5.1) + *-osf5.1|*-osf5.1b) hack_shutup_in6addr_init_macros=yes ;; *-osf5.1) diff --git a/lib/bind/configure.in b/lib/bind/configure.in index 9e9d727cb8..d2289a16ef 100644 --- a/lib/bind/configure.in +++ b/lib/bind/configure.in @@ -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.97 $) +AC_REVISION($Revision: 1.98 $) AC_INIT(resolv/herror.c) AC_PREREQ(2.13) @@ -2320,7 +2320,7 @@ case "$host" in *-hpux11.11) hack_shutup_in6addr_init_macros=yes ;; - *-osf5.1) + *-osf5.1|*-osf5.1b) hack_shutup_in6addr_init_macros=yes ;; *-osf5.1) -- GitLab