mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/modechange.m4 (gl_MODECHANGE): Remove AC_LIBOBJ invocation. * modules/modechange (Makefile.am): Augment lib_SOURCES.
31 lines
355 B
Plaintext
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
|