mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* modules/string (Makefile.am): Add new hooks. * modules/strverscmp (Files): Remove strverscmp.h. (Depends-on): Add string. (configure.ac): Add indicator. (Include): Mention new header. * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new defaults. * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of results. * lib/strverscmp.h: Delete. * lib/string.in.h (strverscmp): Provide declaration, when needed. * tests/test-strverscmp.c (includes): Adjust client. * lib/check-version.c (includes): Likewise. * NEWS: Document the change. Signed-off-by: Eric Blake <ebb9@byu.net>
26 lines
288 B
Plaintext
26 lines
288 B
Plaintext
Description:
|
|
Compare strings holding version numbers.
|
|
|
|
Files:
|
|
lib/strverscmp.c
|
|
m4/strverscmp.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
string
|
|
|
|
configure.ac:
|
|
gl_FUNC_STRVERSCMP
|
|
gl_STRING_MODULE_INDICATOR([strverscmp])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<string.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering, glibc
|