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

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