]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): For AmigaOS with pdksh,
authorDalibor Topic <robilad@yahoo.com>
Mon, 14 Jul 2003 21:00:32 +0000 (21:00 +0000)
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>
Mon, 14 Jul 2003 21:00:32 +0000 (21:00 +0000)
set the maximum command line length to 8K since otherwise the test
takes over an hour to run.

ChangeLog
libtool.m4

index 36b29dd6e49c9bdd71122138c097d5e4f025f7b0..0dd615926240bc98da6c2cc795c03e5a0dc04573 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-14  Dalibor Topic  <robilad@yahoo.com>
+
+       * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): For AmigaOS with pdksh,
+       set the maximum command line length to 8K since otherwise the test
+       takes over an hour to run.
+
 2003-06-25  Alexandre Oliva  <aoliva@redhat.com>, Tim Waugh  <twaugh@redhat.com>
 
        * libtool.m4: Replace mis-uses of path with pathname.
index 08a7015e4c10c6740f06b0d9f5f9b34e5c288b5e..54eaa0bf49afe3b2c95bbbc85eb0541abbab00eb 100644 (file)
@@ -670,6 +670,12 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
     lt_cv_sys_max_cmd_len=8192;
     ;;
 
+  amigaos*)
+    # On AmigaOS with pdksh, this test takes hours, literally.
+    # So we just punt and use a minimum line length of 8192.
+    lt_cv_sys_max_cmd_len=8192;
+    ;;
+
  *)
     # If test is not a shell built-in, we'll probably end up computing a
     # maximum length that is only half of the actual maximum length, but