automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] One fix-up, and one more cleanup (was: Re: [PATCH 00/12] S


From: Stefano Lattarini
Subject: [Automake-NG] One fix-up, and one more cleanup (was: Re: [PATCH 00/12] Several cleanups (with small backward incompatibilities))
Date: Mon, 21 May 2012 16:19:23 +0200

I've also committed a fixup for the [PATCH 08/12] "config.h.{bot,top}: don't
support anymore (distribution and deps)", and minor libtool-related cleanup
for very old stuff.  The patches are inlined below.

Regards,
  Stefano

-*-*-

>From a81b17a25866259bce4886325722005eec0294da Mon Sep 17 00:00:00 2001
Message-Id: <address@hidden>
From: Stefano Lattarini <address@hidden>
Date: Mon, 21 May 2012 15:15:42 +0200
Subject: [PATCH] [ng] 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 <address@hidden>
---
 automake.in |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/automake.in b/automake.in
index 09b43ff..41e1a94 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
-- 
1.7.9.5

-*-*-

>From e1eaa3c930566aa03a1d937894fe88d5a5902ab1 Mon Sep 17 00:00:00 2001
Message-Id: <address@hidden>
From: Stefano Lattarini <address@hidden>
Date: Mon, 21 May 2012 15:27:41 +0200
Subject: [PATCH] [ng] fixup: really remove config.h.{bot,top} from automake
 help screen

This is a fixup for commit 'v1.12-264-g48b6805' of 2012-05-21,
"[ng] config.h.{bot,top}: don't support anymore (distribution and deps)"

* automake.in (@common_sometimes): Really remove 'config.h.bot' and
'config.h.top'.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 automake.in |    2 --
 1 file changed, 2 deletions(-)

diff --git a/automake.in b/automake.in
index 6c840a3..49563cb 100644
--- a/automake.in
+++ b/automake.in
@@ -240,8 +240,6 @@ my @common_files =
 my @common_sometimes =
   qw(
     aclocal.m4
-    config.h.top
-    config.h.bot
     configure
     configure.ac
     configure.in
-- 
1.7.9.5



reply via email to

[Prev in Thread] Current Thread [Next in Thread]