mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/posixver.m4 (gl_POSIXVER): Remove AC_LIBOBJ invocation. * modules/posixver (Makefile.am): Augment lib_SOURCES.
26 lines
312 B
Plaintext
26 lines
312 B
Plaintext
Description:
|
|
Determine desired POSIX specification version, according to user's environment
|
|
variables.
|
|
|
|
Files:
|
|
lib/posixver.h
|
|
lib/posixver.c
|
|
m4/posixver.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_POSIXVER
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += posixver.c
|
|
|
|
Include:
|
|
"posixver.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|