Re: HEAD: option splitting in shell

2007-02-12 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Sun, Feb 11, 2007 at 04:00:20PM CET: [...] * libltdl/m4/libtool.m4 (_LT_PROG_XSI_SHELLFNS): New function func_opt_split, for XSI and portable shell. * libltdl/config/ltmain.m4sh: Move the insertion point for the configure-generated shell

Autotest-test failures on AIX with NFS and shared libraries

2007-02-12 Thread Ralf Wildenhues
On AIX, shared libraries are peculiar in several ways. One of the interesting features is that their image is retained in core even after the process using them has exited, presumably for efficiency. They can be unloaded (by root) with the `slibclean' command, but not by the regular user. Now

Re: Autotest-test failures on AIX with NFS and shared libraries

2007-02-12 Thread Paul Eggert
Ralf Wildenhues [EMAIL PROTECTED] writes: 2007-02-12 Ralf Wildenhues [EMAIL PROTECTED] * lib/autotest/general.m4 (AT_INIT): With --clean, return exit status of rm so we know when it failed. If cleaning of test dir failed before running the test, warn. Output the