]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/m4/libtool.m4 (LT_CMD_MAX_LEN): Set correctly for SCO.
authorKean Johnston <jkj@sco.com>
Mon, 31 Oct 2005 18:53:39 +0000 (18:53 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 31 Oct 2005 18:53:39 +0000 (18:53 +0000)
ChangeLog
libltdl/m4/libtool.m4

index b29a204e1ea45cce8bd38cbd916a1b2d76e01424..f231bba91a41787f662bff591136b6f92c9a2caf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-10-31  Kean Johnston  <jkj@sco.com>
 
+       * libltdl/m4/libtool.m4 (LT_CMD_MAX_LEN): Set correctly for SCO.
+
        * libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Set correct
        symcode values for the native nm on SCO platforms.
 
index ba0c5de512c66c80054baba515e9f04ecdfb6158..941f3b105b4a6ee295758bf4aefb839ef5241670 100644 (file)
@@ -1378,6 +1378,17 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
       esac
     fi
     ;;
+  sco3.2v5*)
+    lt_cv_sys_max_cmd_len=102400
+    ;;
+  sysv5* | sco5v6* | sysv4.2uw2*)
+    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
+    if test -n "$kargmax"; then
+      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[       ]]//'`
+    else
+      lt_cv_sys_max_cmd_len=32768
+    fi
+    ;;
   *)
     # Make teststring a little bigger before we do anything with it.
     # a 1K string should be a reasonable start.