From: Stefano Lattarini Date: Mon, 21 May 2012 13:15:42 +0000 (+0200) Subject: autodist: remove obscure, very seldom used, or obsolescent files X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f101acbab9a99356a1aa7848b526f82983222dd5;p=thirdparty%2Fautomake.git autodist: remove obscure, very seldom used, or obsolescent files 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 --- diff --git a/automake.in b/automake.in index c1ba4b5bb..bbda43936 100644 --- a/automake.in +++ b/automake.in @@ -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