mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/filemode.m4 (gl_FILEMODE): Remove AC_LIBOBJ invocation. * modules/filemode (Makefile.am): Augment lib_SOURCES.
28 lines
318 B
Plaintext
28 lines
318 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
|
|
m4/st_dm_mode.m4
|
|
|
|
Depends-on:
|
|
sys_stat
|
|
|
|
configure.ac:
|
|
gl_FILEMODE
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += filemode.c
|
|
|
|
Include:
|
|
"filemode.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|