diff NEWS @ 16952:1b8b1b06fb47

config: drop scripts that automake says are not independent These three scripts are too closely tied to automake internals to be independently useful. In fact, automake would rather that people did not mix the latest version of these scripts with older versions of automake, as there is no effort being put into maintaining backwards-compatibility when these scripts are updated. The remaining scripts pulled from automake, such as mdate-sh or depcomp, are independently useful, so a future patch may end up reparenting those scripts to have gnulib instead of automake as the master owner. * config/srclist.txt: Drop elisp-comp, missing, and ylwrap. * build-aux/elisp-comp: Delete. * build-aux/missing: Likewise. * build-aux/ylwrap: Likewise. * modules/elisp-comp: Likewise. * MODULES.html.sh: Drop mention of elisp-comp. * NEWS: Mention this. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Tue, 26 Jun 2012 11:23:18 -0600
parents 6c13c6060f77
children b1b7de2c4a71
line wrap: on
line diff
--- a/NEWS	Tue Jun 26 16:46:25 2012 -0700
+++ b/NEWS	Tue Jun 26 11:23:18 2012 -0600
@@ -3,6 +3,9 @@
 
 Date        Modules         Changes
 
+2012-06-27  elisp-comp      The module 'elisp-comp' is removed; the script is
+                            not independently useful outside of automake.
+
 2012-06-21  gnulib-tool     The option --with-tests is now implied by the
                             options --create-testdir, --test,
                             --create-megatestdir, --megatest.