set the maximum command line length to 8K since otherwise the test
takes over an hour to run.
+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.
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