On 06/06/2011 05:11 PM, Bruno Haible wrote:
> Eric Blake wrote:
>> +rm -Rf conftest.a conftest.d
>
>rm -rf conftest.a conftest.d
>
> would be more portable, I think: The autoconf documentation mentions
>
> `rm'
>The `-f' and `-r' options are portable.
>
> whereas it does n
Eric Blake wrote:
> + rm -Rf conftest.a conftest.d
rm -rf conftest.a conftest.d
would be more portable, I think: The autoconf documentation mentions
`rm'
The `-f' and `-r' options are portable.
whereas it does not say that '-R' is portable.
Bruno
--
In memoriam Robert F. Ke
AIX 7.1 realpath() gets horribly confused by consecutive /
in the name to be resolved.
* m4/canonicalize.m4 (gl_FUNC_REALPATH_WORKS): Expose AIX bug.
* doc/posix-functions/realpath.texi (realpath): Document it.
Reported by Bruno Haible.
Signed-off-by: Eric Blake
---
Not too hard, once I actuall