posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / ffsll
blobdea0d97e800fd8fa945ad552fa8fd3045f641ab3
1 Description:
2 Finds the index of the least-significant set bit.
4 Files:
5 lib/ffsl.h
6 lib/ffsll.c
7 m4/ffsll.m4
9 Depends-on:
10 extensions
11 string
12 ffs             [test $HAVE_FFSLL = 0 || test $REPLACE_FFSLL = 1]
14 configure.ac:
15 gl_FUNC_FFSLL
16 if test $HAVE_FFSLL = 0 || test $REPLACE_FFSLL = 1; then
17   AC_LIBOBJ([ffsll])
19 gl_STRING_MODULE_INDICATOR([ffsll])
21 Makefile.am:
23 Include:
24 <string.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 Eric Blake