summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-05-31 18:03:48 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-05-31 18:03:48 +0200
commit3eb059190213c60a9f201f671f1c69d6eed6bd7d (patch)
treec7fc22943e2465b58706c52c3e75ec1e8baa8ced /NEWS
parent1e18d5d0a71ef4152d1a90718ebf4b06b6b5ba56 (diff)
parentd235db335eaae0934ede72698395f8591d115f9a (diff)
downloadautomake-3eb059190213c60a9f201f671f1c69d6eed6bd7d.tar.gz
Merge branch 'maint'
* maint: automake, aclocal: honour configure-time AUTOCONF and AUTOM4TE build: the user can override AUTOM4TE, AUTORECONF and AUTOUPDATE too tests/README: fix example about `make -e' usage
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index df4179b25..3c8f8ce29 100644
--- a/NEWS
+++ b/NEWS
@@ -125,6 +125,10 @@ Bugs fixed in 1.11a:
- Java sources specified with check_JAVA are not compiled anymore upon
"make all", but only upon "make check".
+
+ - Now aclocal and automake, when they've to spawn autoconf or autom4te
+ processes, honour the configure-time definitions of AUTOCONF and
+ AUTOM4TE.
New in 1.11: