+2019-05-14 Paul Eggert <eggert@cs.ucla.edu>
+
+ close-stream, closein, closeout: simplify
+ I noticed this opportunity for simplification while drafting a
+ new, related module that I haven’t had time to finish yet.
+ * m4/close-stream.m4, m4/closein.m4, m4/closeout.m4: Remove.
+ * modules/close-stream (Files): Remove m4/close-stream.m4.
+ (configure.ac): Omit gl_CLOSE_STREAM.
+ * modules/closein (Files): Remove m4/closein.m4
+ (configure.ac): Omit gl_CLOSEIN.
+ * modules/closeout (Files): Remove m4/closeout.m4.
+ (configure.ac): Omit gl_CLOSEOUT.
+
2019-05-12 Bruno Haible <bruno@clisp.org>
libtool-next-version: New program.
+++ /dev/null
-#serial 4
-dnl Copyright (C) 2006-2007, 2009-2019 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.
-
-dnl Prerequisites of lib/close-stream.c.
-AC_DEFUN([gl_CLOSE_STREAM],
-[
- :
-])
+++ /dev/null
-# closein.m4 serial 2
-dnl Copyright (C) 2007, 2009-2019 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.
-
-dnl Prerequisites of lib/closein.c.
-AC_DEFUN([gl_CLOSEIN],
-[
- :
-])
+++ /dev/null
-# closeout.m4 serial 6
-dnl Copyright (C) 2002-2003, 2005-2006, 2009-2019 Free Software Foundation,
-dnl 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.
-
-dnl Prerequisites of lib/closeout.c.
-AC_DEFUN([gl_CLOSEOUT],
-[
- :
-])
Files:
lib/close-stream.h
lib/close-stream.c
-m4/close-stream.m4
Depends-on:
fpending
stdbool
configure.ac:
-gl_CLOSE_STREAM
gl_MODULE_INDICATOR([close-stream])
Makefile.am:
Files:
lib/closein.h
lib/closein.c
-m4/closein.m4
Depends-on:
closeout
stdbool
configure.ac:
-gl_CLOSEIN
Makefile.am:
lib_SOURCES += closein.c
Files:
lib/closeout.h
lib/closeout.c
-m4/closeout.m4
Depends-on:
close-stream
stdbool
configure.ac:
-gl_CLOSEOUT
Makefile.am:
lib_SOURCES += closeout.c