mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/readtokens.m4 (gl_READTOKENS): Remove AC_LIBOBJ invocation. * modules/readtokens (Makefile.am): Augment lib_SOURCES.
27 lines
263 B
Plaintext
27 lines
263 B
Plaintext
Description:
|
|
Read tokens from a stream.
|
|
|
|
Files:
|
|
lib/readtokens.h
|
|
lib/readtokens.c
|
|
m4/readtokens.m4
|
|
|
|
Depends-on:
|
|
xalloc
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_READTOKENS
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += readtokens.c
|
|
|
|
Include:
|
|
"readtokens.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|