[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, ng/master, updated. v1.12-2
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, ng/master, updated. v1.12-274-gc4881a5 |
Date: |
Mon, 21 May 2012 14:20:05 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=c4881a5af525c855ad759a1f419f5e871e542959
The branch, ng/master has been updated
via c4881a5af525c855ad759a1f419f5e871e542959 (commit)
via f101acbab9a99356a1aa7848b526f82983222dd5 (commit)
via 655c6f0bd1d1865daf11046dede83441b483c4ca (commit)
via e1eaa3c930566aa03a1d937894fe88d5a5902ab1 (commit)
from 4fb7703b0d0c7b06cf45f79e2a39788ffe4f7e65 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c4881a5af525c855ad759a1f419f5e871e542959
Merge: 4fb7703 f101acb
Author: Stefano Lattarini <address@hidden>
Date: Mon May 21 15:40:57 2012 +0200
Merge branch 'ng/decruft' into ng/master
* ng/decruft:
autodist: remove obscure, very seldom used, or obsolescent files
[ng] fixup: really remove config.h.{bot,top} from automake help screen
commit f101acbab9a99356a1aa7848b526f82983222dd5
Author: Stefano Lattarini <address@hidden>
Date: Mon May 21 15:15:42 2012 +0200
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>
commit 655c6f0bd1d1865daf11046dede83441b483c4ca
Merge: fbcda36 e1eaa3c
Author: Stefano Lattarini <address@hidden>
Date: Mon May 21 15:35:18 2012 +0200
Merge branch 'fix-v1.12-264-g48b6805' into ng/decruft
* fix-v1.12-264-g48b6805:
[ng] fixup: really remove config.h.{bot,top} from automake help screen
commit e1eaa3c930566aa03a1d937894fe88d5a5902ab1
Author: Stefano Lattarini <address@hidden>
Date: Mon May 21 15:27:41 2012 +0200
[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>
-----------------------------------------------------------------------
Summary of changes:
automake.in | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/automake.in b/automake.in
index 09b43ff..bbda439 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
@@ -267,8 +263,6 @@ my @common_files = (
my @common_sometimes =
qw(
aclocal.m4
- config.h.top
- config.h.bot
configure
configure.ac
configure.in
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, ng/master, updated. v1.12-274-gc4881a5,
Stefano Lattarini <=