1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/double-slash-root
Paul Eggert f3e4befcd2 * 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.
2006-12-18 18:04:20 +00:00

21 lines
221 B
Plaintext

Description:
Check whether // is distinct from /.
Files:
m4/double-slash-root.m4
Depends-on:
configure.ac:
gl_DOUBLE_SLASH_ROOT
Makefile.am:
Include:
License:
LGPL
Maintainer:
Eric Blake, Paul Eggert, Jim Meyering