summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2005-01-30 17:47:39 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2005-01-30 17:47:39 +0000
commitd3a058fb9ed4af2a548ea0536188baf0e5a56177 (patch)
tree5ce20606f6c293faeb800e0e47b436cf05111d3a /NEWS
parent82bf79e1fd39648717dd9b1ff40571002c984494 (diff)
downloadautomake-d3a058fb9ed4af2a548ea0536188baf0e5a56177.tar.gz
Preliminary support for `aclocal --install'.
This still lacks #serial support. * aclocal.in (reset_maps, install_file): New functions. (write_aclocal): Copy files if --install. (usage, parse_arguments): Recognize --install. ("MAIN"): Start aclocal again if some file were installed. * tests/acloca10.test: Augment to test --install. * tests/aclocal.in, tests/defs.in: Add support for ACLOCAL_TESTSUITE_FLAGS, used by acloca10.test. * doc/automake.texi (aclocal options, Local Macros): Document --install. (Future of aclocal): Adjust.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9fd676610..f369e3225 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,10 @@ New in 1.9a:
- aclocal now also supports -Wmumble and -Wno-mumble options.
+ - aclocal supports an --install option, that will cause system-wide
+ third-party macros to be installed in the local directory
+ specified with the first -I flag.
+
- Per-target flags are now correctly handled in link rules.
For instance maude_CFLAGS correctly overrides AM_CFLAGS; likewise