Fix bitrotate module.
[pspp] / modules / bitrotate
1 Description:
2 Rotate bits in 16 and 32 bit integers using stdint.h.
3
4 Files:
5 lib/bitrotate.h
6
7 Depends-on:
8
9 configure.ac:
10 AC_REQUIRE([AC_C_INLINE])
11
12 Makefile.am:
13 lib_SOURCES += bitrotate.h
14
15 Include:
16 "bitrotate.h"
17
18 License:
19 LGPLv2+
20
21 Maintainer:
22 Simon Josefsson