git-merge-changelog: Simplify installation instructions.
[gnulib.git] / modules / ffsll
blobe215301a72a4c0986ac85f6128af7f5392cc2254
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 gl_CONDITIONAL([GL_COND_OBJ_FFSLL],
17                [test $HAVE_FFSLL = 0 || test $REPLACE_FFSLL = 1])
18 gl_STRING_MODULE_INDICATOR([ffsll])
20 Makefile.am:
21 if GL_COND_OBJ_FFSLL
22 lib_SOURCES += ffsll.c
23 endif
25 Include:
26 <string.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 Eric Blake