mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* m4/unlinkdir.m4 (gl_UNLINKDIR): Remove AC_LIBOBJ invocation. * modules/unlinkdir (Makefile.am): Augment lib_SOURCES.
27 lines
290 B
Plaintext
27 lines
290 B
Plaintext
Description:
|
|
Determine whether we can unlink directories.
|
|
|
|
Files:
|
|
lib/unlinkdir.h
|
|
lib/unlinkdir.c
|
|
m4/unlinkdir.m4
|
|
|
|
Depends-on:
|
|
stdbool
|
|
priv-set
|
|
|
|
configure.ac:
|
|
gl_UNLINKDIR
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += unlinkdir.c
|
|
|
|
Include:
|
|
"unlinkdir.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|