From 58a7ead41d056909784bfab9323c5f44f577d3d0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 1 Sep 2007 09:54:45 +0200 Subject: Convert coreutils' rand*.{c,h,m4} into modules. First step: move these files to gl/lib: * lib/rand-isaac.c, lib/rand-isaac.h * lib/randint.c, lib/randint.h * lib/randperm.c, lib/randperm.h * lib/randread.c, lib/randread.h Step 2: add modules/rand* and remove now-unneeded .m4 files. * gl/modules/randint: New file. * gl/modules/randperm: New file. * gl/modules/randread: New file. * m4/randint.m4: Remove file. * m4/randperm.m4: Remove file. * m4/randread.m4: Remove file. Step 3: use the new modules * bootstrap.conf (gnulib_modules): Add randint and randperm. * m4/prereq.m4 (gl_RANDINT, gl_RANDREAD, gl_RANDPERM): Don't require; These have been removed. (gl_ROOT_DEV_INO): Don't require; already handled via bootstrap.conf. --- gl/modules/randread | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 gl/modules/randread (limited to 'gl/modules/randread') diff --git a/gl/modules/randread b/gl/modules/randread new file mode 100644 index 000000000..fb40007aa --- /dev/null +++ b/gl/modules/randread @@ -0,0 +1,34 @@ +Description: +Generate buffers of random data. + +Files: +lib/rand-isaac.c +lib/rand-isaac.h +lib/randread.c +lib/randread.h + +Depends-on: +error +exitfail +fopen-safer +gethrxtime +quotearg +rand-isaac +stdbool +stdint +unlocked-io +xalloc + +configure.ac: + +Makefile.am: +lib_SOURCES += randread.c randread.h rand-isaac.c rand-isaac.h + +Include: +"randread.h" + +License +GPL + +Maintainer: +Paul Eggert -- cgit v1.2.3-70-g09d2