summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-02-19 18:43:28 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-02-21 09:51:45 +0100
commit101216cad25855e236e29c73c7d8781c5a94f598 (patch)
treeec8831a9eafb9aefe2ca3085b586b73f7655bb72 /NEWS
parent86deab4df2aabc9fb23125cff2dd68af7ef963b4 (diff)
downloadautomake-101216cad25855e236e29c73c7d8781c5a94f598.tar.gz
automake: new option to print location of scripts and data files
With this change, we add a new automake option '--print-libdir' that prints (on stdout) the path of the directory containing the Automake-provided scripts (e.g., 'missing' and 'install-sh') and data files (e.g., INSTALL or texinfo.tex). Suggestion by Nick Bowler. See also automake bug#10473. * automake.in (parse_arguments): Handle the new option. (usage): Mention it. * doc/automake.texi (automake Invocation): Document it. * NEWS: Update. * tests/print-dir.test: New test. * tests/list-of-tests.mk: Add it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c1de9b280..4c7a54a2e 100644
--- a/NEWS
+++ b/NEWS
@@ -116,6 +116,9 @@ New in 1.11a:
* Miscellaneous changes:
+ - Automake has a new option '--print-libdir' that prints the path of the
+ directory containing the Automake-provided scripts and data files.
+
- The `dist' and `dist-all' targets now can run compressors in parallel.
- Automake can now generate silenced rules for texinfo outputs.