mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/file-type.m4: Remove file. * modules/file-type (Files): Remove it. (configure.ac): Remove gl_FILE_TYPE call. (Makefile.am): Augment lib_SOURCES.
25 lines
265 B
Plaintext
25 lines
265 B
Plaintext
Description:
|
|
Return a string describing the type of a file.
|
|
|
|
Files:
|
|
lib/file-type.h
|
|
lib/file-type.c
|
|
|
|
Depends-on:
|
|
gettext-h
|
|
sys_stat
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += file-type.c
|
|
|
|
Include:
|
|
"file-type.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|