summaryrefslogtreecommitdiff
path: root/m4/close-stream.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/close-stream.m4')
-rw-r--r--m4/close-stream.m413
1 files changed, 0 insertions, 13 deletions
diff --git a/m4/close-stream.m4 b/m4/close-stream.m4
deleted file mode 100644
index 93f4d9a91..000000000
--- a/m4/close-stream.m4
+++ /dev/null
@@ -1,13 +0,0 @@
-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.
- :
-])