diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-09-21 09:51:33 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-09-21 21:42:15 +0200 |
commit | bc7e12e78e027522e4e2fcd3f8b6eae7a1913e9f (patch) | |
tree | 54b490992e49da131e9369774ff07119a0990efb /NEWS | |
parent | 2ba184e5074625a3d7a8d93c3300c6a77b3862a4 (diff) | |
download | autoconf-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |