From e9003ca963306405d3edad0eb2b06ce461ae33df Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 13 Oct 2008 00:34:48 +0000 Subject: [PATCH] 2461. [port] sunos: Change #2363 was not complete. [RT #17513] --- CHANGES | 2 ++ configure | 6 +++--- configure.in | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index e943b15bc0..4978747616 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +2461. [port] sunos: Change #2363 was not complete. [RT #17513] + 2458. [doc] ARM: update and correction for max-cache-size. [RT #18294] diff --git a/configure b/configure index 123d3e9034..2445693eda 100755 --- 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.284.2.19.2.80 2008/08/22 13:26:42 marka Exp $ +# $Id: configure,v 1.284.2.19.2.81 2008/10/13 00:34:48 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.294.2.23.2.88 . +# From configure.in Revision: 1.294.2.23.2.89 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61. # @@ -8971,7 +8971,7 @@ esac # GNU libtool support # case $host in -sunos*) +*-sunos*) # Just set the maximum command line length for sunos as it otherwise # takes a exceptionally long time to work it out. Required for libtool. lt_cv_sys_max_cmd_len=4096; diff --git a/configure.in b/configure.in index 5b1e209871..f27bd2a26c 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl esyscmd([sed "s/^/# /" COPYRIGHT])dnl AC_DIVERT_POP()dnl -AC_REVISION($Revision: 1.294.2.23.2.88 $) +AC_REVISION($Revision: 1.294.2.23.2.89 $) AC_INIT(lib/dns/name.c) AC_PREREQ(2.13) @@ -1008,7 +1008,7 @@ AC_SUBST(PURIFY) # GNU libtool support # case $host in -sunos*) +*-sunos*) # Just set the maximum command line length for sunos as it otherwise # takes a exceptionally long time to work it out. Required for libtool. lt_cv_sys_max_cmd_len=4096;