summaryrefslogtreecommitdiff
path: root/NG-NEWS
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-05-20 15:57:45 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-05-21 09:25:44 +0200
commitf94562c98cf9a68266ca3a3ee727aeb41c6e9ee8 (patch)
treef94caa7c2f1dde08ac0b25c2233856b8f9e11278 /NG-NEWS
parent67d4966d8c0d4fcedbcb0c80cdb6ed95be4a7b65 (diff)
downloadautomake-f94562c98cf9a68266ca3a3ee727aeb41c6e9ee8.tar.gz
[ng] acconfig.h: don't support anymore (distribution and dependencies)
Support for acconfig.h is still present in Autoconf (version 2.69 at the time of writing), but deprecated by a long time in favour of AH_VERBATIM and AH_TEMPLATE. The deprecation started at least in September 1999 (see Changelog entry "Start to get rid of acconfig.h. It is an anachronism", dated 1999-09-28), and was basically completed by October 1999 (see the ChangeLog entry "Moving most of the task of creating config.h.in from sh to m4", dated 1999-10-01), i.e., before the Autoconf 2.50 release (dated 2001-05-21). For more information, see chapter "Obsolete Constructs", section "acconfig.h" of the Autoconf manual. See also the discussion on automake bug#7919, in particular the message <http://debbugs.gnu.org/7819#20>. * automake.in (handle_configure): Don't automatically distribute the 'acconfig.h' file if it exists, and don't add it to the transform '%FILES%' when processing the 'remake-hdr.am' Makefile fragment. (@common_sometimes): Don't list 'acconfig.h' anymore. Reformat it while we are at it, to make it easier to add or remove entries in the future. * t/autodist-acconfig-no-subdir.sh: Remove as obsolete. * t/autodist-acconfig: Likewise. * t/confh.sh: Adjust. * lib/missing (case $program in autoheader*)): Remove any mention of 'acconfig.h'. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'NG-NEWS')
-rw-r--r--NG-NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NG-NEWS b/NG-NEWS
index 8a9fb9a14..30711f600 100644
--- a/NG-NEWS
+++ b/NG-NEWS
@@ -200,6 +200,10 @@ Miscellaneous
and will only look for (respectively) 'libfoo.c' and 'libbar.c' as
possible default sources.
+* Automake-NG has removed automatic handling and distribution of the
+ obsolescent 'acconfig.h' file. One should instead use the modern macros
+ 'AH_VERBATIM' and 'AH_TEMPLATE', as recommended in the Autoconf manual.
+
-----
Copyright (C) 2012 Free Software Foundation, Inc.