* modules/getopt: Remove file.
* NEWS: Mention the removal.
+2020-04-27 Bruno Haible <bruno@clisp.org>
+
+ getopt: Remove deprecated module.
+ * modules/getopt: Remove file.
+ * NEWS: Mention the removal.
+
2020-04-27 Bruno Haible <bruno@clisp.org>
remove-dest-slash: Remove deprecated module.
Date Modules Changes
+2020-04-27 getopt This deprecated module is removed. Please choose
+ among getopt-posix and getopt-gnu. getopt-gnu
+ provides "long options" and "options with optional
+ arguments", getopt-posix doesn't.
+
2020-04-27 rename-dest-slash This deprecated module is removed. Use the
module 'rename' instead.
+++ /dev/null
-Description:
-Process command line arguments.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the module 'getopt-posix' or 'getopt-gnu' instead.
-
-Files:
-
-Depends-on:
-getopt-gnu
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-<getopt.h> or <unistd.h>
-
-License:
-LGPL
-
-Maintainer:
-all, glibc