getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / bitrotate
index df94a61c2026548ec4b8a7f5e08a587fe7242f55..63124a89e0081dc8f0f9a1c923f94660afb6fd42 100644 (file)
@@ -1,12 +1,14 @@
 Description:
-Rotate bits in 16 and 32 bit integers.
+Rotate bits in unsigned 8, 16, and 32 bit integers.
 
 Files:
 lib/bitrotate.h
 
 Depends-on:
+stdint
 
 configure.ac:
+AC_REQUIRE([AC_C_INLINE])
 
 Makefile.am:
 lib_SOURCES += bitrotate.h