mbsinit: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / bitrotate
index 064519c0300e44a9e1aa504ef68f4e8f36ff7469..63124a89e0081dc8f0f9a1c923f94660afb6fd42 100644 (file)
@@ -1,10 +1,11 @@
 Description:
-Rotate bits in 16 and 32 bit integers using stdint.h.
+Rotate bits in unsigned 8, 16, and 32 bit integers.
 
 Files:
 lib/bitrotate.h
 
 Depends-on:
+stdint
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])