2461. [port] sunos: Change #2363 was not complete. [RT #17513]

This commit is contained in:
Mark Andrews
2008-10-13 00:35:38 +00:00
parent bdadd4da2f
commit 43e0c5957b
3 changed files with 7 additions and 5 deletions

View File

@@ -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]

6
configure vendored
View File

@@ -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.339.18.78 2008/08/22 13:34:03 marka Exp $
# $Id: configure,v 1.339.18.79 2008/10/13 00:35:38 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.355.18.81 .
# From configure.in Revision: 1.355.18.82 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61.
#
@@ -9033,7 +9033,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;

View File

@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.355.18.81 $)
AC_REVISION($Revision: 1.355.18.82 $)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.59)
@@ -1017,7 +1017,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;