fsync test: Avoid test failure on MacOS X and AIX.
[pspp] / modules / crc
index a39c5174dae40ee48bb5bc5e9d135015ac11139c..bd7fe29dbade1b04718b82b5be4d9712925d9a2b 100644 (file)
@@ -4,16 +4,14 @@ Compute cyclic redundancy codes.
 Files:
 lib/crc.h
 lib/crc.c
-m4/crc.m4
 
 Depends-on:
 stdint
 
 configure.ac:
-gl_CRC
 
 Makefile.am:
-EXTRA_DIST += crc.h crc.c
+lib_SOURCES += crc.c
 
 Include:
 "crc.h"