repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid "warning: The macro `AC_DECL_SYS_SIGLIST' is obsolete".
[gnulib.git]
/
modules
/
strverscmp
blob
c2eefd5200be09f972998c661dbadbd96fe2df83
1
Description:
2
Compare strings holding version numbers.
3
4
Files:
5
lib/strverscmp.c
6
m4/strverscmp.m4
7
8
Depends-on:
9
extensions
10
libc-config [test $HAVE_STRVERSCMP = 0]
11
stdint [test $HAVE_STRVERSCMP = 0]
12
string
13
14
configure.ac:
15
gl_FUNC_STRVERSCMP
16
if test $HAVE_STRVERSCMP = 0; then
17
AC_LIBOBJ([strverscmp])
18
gl_PREREQ_STRVERSCMP
19
fi
20
gl_STRING_MODULE_INDICATOR([strverscmp])
21
22
Makefile.am:
23
24
Include:
25
<string.h>
26
27
License:
28
LGPLv2+
29
30
Maintainer:
31
Jim Meyering, glibc