gnulib-tool.py: Simplify running some commands in a given directory.
[gnulib.git] / modules / ffs
blob90980fd728ad12e48c2a553e886db03802a14395
1 Description:
2 Finds the index of the least-significant set bit.
4 Files:
5 lib/ffs.c
6 m4/ffs.m4
8 Depends-on:
9 strings
11 configure.ac:
12 gl_FUNC_FFS
13 gl_CONDITIONAL([GL_COND_OBJ_FFS], [test $HAVE_FFS = 0])
14 gl_STRINGS_MODULE_INDICATOR([ffs])
16 Makefile.am:
17 if GL_COND_OBJ_FFS
18 lib_SOURCES += ffs.c
19 endif
21 Include:
22 <strings.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 Eric Blake