* lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Dec 2006 18:04:20 +0000 (18:04 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Dec 2006 18:04:20 +0000 (18:04 +0000)
commitf3e4befcd28d79d1186083f4ec5513dfd5b0f395
treeb928d7f9e2351c3555a4bcda656e6a33ac5b4bcb
parent173f47e7cdd05ef594278e63c4b9c41fddd79db9
* lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
This is more consistent with the other defines here.
* m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
Port to z/OS.  Problem reported by Paul Gilmartin.
Change local vars to use gl_ prefix rather than ac_.
Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
with other defines.
* modules/double-slash-root: New module.
* modules/dirname (Files): Remove m4/double-slash-root.m4.
(Depends-on): Add double-slash-root.
* MODULES.html.sh (File system functions): Mention new module.
ChangeLog
MODULES.html.sh
lib/dirname.h
m4/double-slash-root.m4
modules/dirname
modules/double-slash-root [new file with mode: 0644]