diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-07-22 22:26:04 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-07-22 22:26:04 +0000 |
commit | 2df2295d68f2471038ab3c52e828430e23f9db15 (patch) | |
tree | 8f2f2061175b777047fff6e053afde15fd92f151 /m4 | |
parent | 0971f7f44aafa49acc313ed6919319ec00edd697 (diff) | |
download | coreutils-2df2295d68f2471038ab3c52e828430e23f9db15.tar.xz |
Initial revision.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/close-stream.m4 | 13 |
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. + : +]) |