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
Assume Autoconf >= 2.63.
[gnulib.git]
/
modules
/
strverscmp
blob
be0291fece902eb3e2050b7ce5c5abcba26b78d0
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
string
11
12
configure.ac:
13
gl_FUNC_STRVERSCMP
14
if test $HAVE_STRVERSCMP = 0; then
15
AC_LIBOBJ([strverscmp])
16
gl_PREREQ_STRVERSCMP
17
fi
18
gl_STRING_MODULE_INDICATOR([strverscmp])
19
20
Makefile.am:
21
22
Include:
23
<string.h>
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
Jim Meyering, glibc