summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-09-21 09:51:33 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-09-21 21:42:15 +0200
commitbc7e12e78e027522e4e2fcd3f8b6eae7a1913e9f (patch)
tree54b490992e49da131e9369774ff07119a0990efb /NEWS
parent2ba184e5074625a3d7a8d93c3300c6a77b3862a4 (diff)
downloadautoconf-bc7e12e78e027522e4e2fcd3f8b6eae7a1913e9f.tar.gz
autoreconf: drop support for old (< 1.8) aclocal versions
The minimal automake and aclocal version required by the "most" conservative important real world-projects (like Gnulib and Libvirt) is 1.9 anyway (which is the version installed on old but still supported installations of stable Distros like RHEL 5), so this change should be safe and justified by now. * bin/autoreconf.in (parse_args): Simplify by just assuming the aclocal options '--force' and '--no-force' are supported and works correctly. ($aclocal_supports_force): Delete, no longer needed. (run_aclocal): Heavily simplify by assuming that aclocal properly creates 'aclocal.m4' as lazily as possible. * NEWS: Update. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bea8911b..ec877c31 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ GNU Autoconf NEWS - User visible changes.
** The use of the long-deprecated name 'configure.in' for the autoconf
input file now elicits a warning in the 'obsolete' category.
+** Older versions of aclocal (< 1.8) are no longer supported by autoreconf.
+
** Macros
- AC_PROG_CC now prefers C11 if available, falling back on C99 and