mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
rather than listing lib/stat-macros.h manually. Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
26 lines
278 B
Plaintext
26 lines
278 B
Plaintext
Description:
|
|
Return a string (?rwxrwxrwx format) describing the type and permissions of a
|
|
file.
|
|
|
|
Files:
|
|
lib/filemode.h
|
|
lib/filemode.c
|
|
m4/filemode.m4
|
|
|
|
Depends-on:
|
|
stat-macros
|
|
|
|
configure.ac:
|
|
gl_FILEMODE
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"filemode.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|