posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / strverscmp
blobc2eefd5200be09f972998c661dbadbd96fe2df83
1 Description:
2 Compare strings holding version numbers.
4 Files:
5 lib/strverscmp.c
6 m4/strverscmp.m4
8 Depends-on:
9 extensions
10 libc-config  [test $HAVE_STRVERSCMP = 0]
11 stdint       [test $HAVE_STRVERSCMP = 0]
12 string
14 configure.ac:
15 gl_FUNC_STRVERSCMP
16 if test $HAVE_STRVERSCMP = 0; then
17   AC_LIBOBJ([strverscmp])
18   gl_PREREQ_STRVERSCMP
20 gl_STRING_MODULE_INDICATOR([strverscmp])
22 Makefile.am:
24 Include:
25 <string.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 Jim Meyering, glibc