]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2461. [port] sunos: Change #2363 was not complete. [RT #17513]
authorMark Andrews <marka@isc.org>
Mon, 13 Oct 2008 00:34:48 +0000 (00:34 +0000)
committerMark Andrews <marka@isc.org>
Mon, 13 Oct 2008 00:34:48 +0000 (00:34 +0000)
CHANGES
configure
configure.in

diff --git a/CHANGES b/CHANGES
index e943b15bc0cf5e0d993f3ee5e96fc8aa4e737e0b..4978747616f8386340ea2e5b80a978e096265401 100644 (file)
--- 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]
 
index 123d3e9034e58a5bb78af0f195d17c864e5692e9..2445693eda8cce486d8fb7223e057862f40ac876 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.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;
index 5b1e209871415b01fc4f44b3018b8f520f60788d..f27bd2a26c02561dd36e68bf6294f5fbf429b9fd 100644 (file)
@@ -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;