summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-08-27 05:19:33 +0000
committerTom Tromey <tromey@redhat.com>1996-08-27 05:19:33 +0000
commit75349f4b2666bb2e9de8fe709978e8fafa380a3a (patch)
tree073dccc53bfb336252fbe2e560c270cb5b60e939 /NEWS
parentff09bf71baf9630bb432e163fa4e2ea0f75fc106 (diff)
downloadautomake-75349f4b2666bb2e9de8fe709978e8fafa380a3a.tar.gz
Do variable interpolation
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5900bb8ec..171b13432 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,7 @@ New in 1.1d:
* Better C++, yacc, lex support
* Random files listed in AC_OUTPUT now removed by "make clean"
* Will compute _DEPENDENCIES variables automatically if not supplied
+* Will interpolate $(...) and ${...} when examining contents of a variable
New in 1.0:
* Bug fixes