FYI: Fix libtoolize.m4sh for AIX sed

2005-04-19 Thread Ralf Wildenhues
Applied to HEAD and branch-2-0. For details see info Autoconf 'Limitations of Usual Tools' (AIX sed does not like "{ ... }; d"). Regards, Ralf 2005-04-19 Ralf Wildenhues <[EMAIL PROTECTED]> * libtoolize.m4sh (func_scan_files, func_serial, func_ltmain_update, func_config_upd

Re: [patch] list of input files if max_cmd_len exceeded

2005-04-19 Thread Peter O'Gorman
David Edelsohn wrote: Ralf Wildenhues writes: Ralf> If your command line is too long, it's too long. And if $ECHO is not Ralf> builtin, it might be too long for it as well. Avoiding $ECHO also makes creating archive_linkscript_cmds more cumbersome. Appended is the current iteratio