Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / ffsl
bloba3217ec08ea21b720aa682bb62cb42770b58e9cb
1 Description:
2 Finds the index of the least-significant set bit.
4 Files:
5 lib/ffsl.h
6 lib/ffsl.c
7 m4/ffsl.m4
9 Depends-on:
10 extensions
11 string
12 ffs             [test $HAVE_FFSL = 0]
14 configure.ac:
15 gl_FUNC_FFSL
16 if test $HAVE_FFSL = 0; then
17   AC_LIBOBJ([ffsl])
19 gl_STRING_MODULE_INDICATOR([ffsl])
21 Makefile.am:
23 Include:
24 <string.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 Eric Blake