summaryrefslogtreecommitdiff
path: root/m4/randperm.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-08 22:22:47 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-08 22:22:47 +0000
commit73742c2566e6f8d56b3b132026ad477b9924e774 (patch)
tree823ee8f3472c0901cdcc6d662a110efc4b7ea1ae /m4/randperm.m4
parentf2f8ea1001b4e29bba94b47f72d21f758e596288 (diff)
downloadcoreutils-73742c2566e6f8d56b3b132026ad477b9924e774.tar.xz
New file, introduced for shuf, sort -R, and/or shred.
Diffstat (limited to 'm4/randperm.m4')
-rw-r--r--m4/randperm.m410
1 files changed, 10 insertions, 0 deletions
diff --git a/m4/randperm.m4 b/m4/randperm.m4
new file mode 100644
index 000000000..de2d691db
--- /dev/null
+++ b/m4/randperm.m4
@@ -0,0 +1,10 @@
+dnl Copyright (C) 2006 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+AC_DEFUN([gl_RANDPERM],
+[
+ AC_LIBSOURCES([randperm.c, randperm.h])
+ AC_LIBOBJ([randperm])
+])