diff options
author | Reuben Thomas <rrt@sc3d.org> | 2020-12-05 18:11:55 -0800 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-12-05 18:12:36 -0800 |
commit | d2ccbd7eb38d6a4277d6f42b994eb5a29b1edf29 (patch) | |
tree | f92d9e4c984e778d12efa06ef02863b8925875c4 /NEWS | |
parent | e83520ff1316f25bcf7108d7d0b9ae5b8b4ba222 (diff) | |
download | automake-d2ccbd7eb38d6a4277d6f42b994eb5a29b1edf29.tar.gz |
tags: support setting CTAGS, ETAGS, CSCOPE vars via ./configure.
This change fixes https://bugs.gnu.org/45013.
* m4/init.m4: add default settings and AC_SUBST calls for the variables
`CTAGS', `ETAGS' and `CSCOPE'.
* lib/am/tags.am: remove default settings of the above variables.
* doc/automake.texi (Tags): mention and index.
* NEWS: mention.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -64,6 +64,10 @@ New in ?.?.?: +* New features added + + - CTAGS, ETAGS, SCOPE variables can be set via configure. + * Bugs fixed - test-driver less likely to clash with tests writing to the same file. |