mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
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.
21 lines
221 B
Plaintext
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
|