summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-22 22:26:04 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-07-22 22:26:04 +0000
commit2df2295d68f2471038ab3c52e828430e23f9db15 (patch)
tree8f2f2061175b777047fff6e053afde15fd92f151 /m4
parent0971f7f44aafa49acc313ed6919319ec00edd697 (diff)
downloadcoreutils-2df2295d68f2471038ab3c52e828430e23f9db15.tar.xz
Initial revision.
Diffstat (limited to 'm4')
-rw-r--r--m4/close-stream.m413
1 files changed, 13 insertions, 0 deletions
diff --git a/m4/close-stream.m4 b/m4/close-stream.m4
new file mode 100644
index 000000000..93f4d9a91
--- /dev/null
+++ b/m4/close-stream.m4
@@ -0,0 +1,13 @@
+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_CLOSE_STREAM],
+[
+ AC_LIBSOURCES([close-stream.c, close-stream.h])
+ AC_LIBOBJ([close-stream])
+
+ dnl Prerequisites of lib/close-stream.c.
+ :
+])