]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
autodist: remove obscure, very seldom used, or obsolescent files
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 21 May 2012 13:15:42 +0000 (15:15 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 21 May 2012 13:38:34 +0000 (15:38 +0200)
This removes obscure and undocumented crufty behaviour.

* NG-NEWS: Update.
* automake.in (@common_file): Don't automatically distribute the
'BACKLOG' nor 'libversion.in' files anymore.  Also, don't list the
contents of @libtool_sometimes; in fact ...
(@libtool_sometimes): ... remove this altogether: the 'ltconfig.in'
file has been gone since at least version 1.3d (2001-04-02), according
to Libtool's NEWS file (more precisely, it has been removed in commit
e927e431 of 2000-09-06, "libtool.m4 now contains a version of the code
that used to run from ltconfig, so that ltmain.sh and then libtool are
generated at configure time"); and the files ltcf-c.sh, ltcf-cxx.sh and
ltcf-gcj.sh has only been present in the 'multi-language-branch' branch
of the libtool repository (abandoned since 2001, see commit d7f080d6),
and they have never been truly merged into master nor any supported
libtool release.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in

index c1ba4b5bb5e90f3fc988ce7c8aef35bb9d97b94f..bbda4393638e41d1dcd1c22bea67fd48355cc589 100644 (file)
@@ -222,8 +222,6 @@ use constant MAINTAINER_CLEAN => 3;
 
 # Libtool files.
 my @libtool_files = qw(ltmain.sh config.guess config.sub);
-# ltconfig appears here for compatibility with old versions of libtool.
-my @libtool_sometimes = qw(ltconfig ltcf-c.sh ltcf-cxx.sh ltcf-gcj.sh);
 
 # Commonly found files we look for and automatically include in
 # distributed files.
@@ -232,7 +230,6 @@ my @common_files = (
     ABOUT-GNU
     ABOUT-NLS
     AUTHORS
-    BACKLOG
     COPYING
     COPYING.DOC
     COPYING.LIB
@@ -259,7 +256,6 @@ my @common_files = (
     ylwrap
   ),
   @libtool_files,
-  @libtool_sometimes,
 );
 
 # Commonly used files we auto-include, but only sometimes.  This list