warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / ffs
blob7d032b02a8695ef57c1fbc80a54af56e5863611d
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 if test $HAVE_FFS = 0; then
14   AC_LIBOBJ([ffs])
16 gl_STRINGS_MODULE_INDICATOR([ffs])
18 Makefile.am:
20 Include:
21 <strings.h>
23 License:
24 LGPLv2+
26 Maintainer:
27 Eric Blake