1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/file-type
Bruno Haible 54ad421636 file-type: Move AC_LIBOBJ invocations to module description.
* m4/file-type.m4: Remove file.
* modules/file-type (Files): Remove it.
(configure.ac): Remove gl_FILE_TYPE call.
(Makefile.am): Augment lib_SOURCES.
2011-06-16 00:07:24 +02:00

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