canonicalize-lgpl: work around AIX realpath bug
authorEric Blake <eblake@redhat.com>
Mon, 6 Jun 2011 22:17:50 +0000 (16:17 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 6 Jun 2011 22:17:50 +0000 (16:17 -0600)
commitc2245238b3d9cc9a367c133065ef675e2f599333
tree33bce3143581f8ce1e376429b683f26678a11f6c
parent4c91b77e3aa7c73244c8f89145620ea168811bba
canonicalize-lgpl: work around AIX realpath bug

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 <eblake@redhat.com>
ChangeLog
doc/posix-functions/realpath.texi
m4/canonicalize.m4