1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/modechange
Bruno Haible 46a0e77e9c modechange: Move AC_LIBOBJ invocations to module description.
* m4/modechange.m4 (gl_MODECHANGE): Remove AC_LIBOBJ invocation.
* modules/modechange (Makefile.am): Augment lib_SOURCES.
2011-06-16 00:07:32 +02:00

31 lines
355 B
Plaintext

Description:
Manipulation of mode changes specified by strings (e.g. as first argument of
chmod utility).
Files:
lib/modechange.h
lib/modechange.c
m4/modechange.m4
Depends-on:
stat
stat-macros
stdbool
sys_stat
xalloc
configure.ac:
gl_MODECHANGE
Makefile.am:
lib_SOURCES += modechange.c
Include:
"modechange.h"
License:
GPL
Maintainer:
Jim Meyering