summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-09-18 19:14:55 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-09-18 19:14:55 +0200
commit066f495979623f36aafa81a1927130dca7607eaf (patch)
tree0e9f1df6bd9cc546792390cffcaaee7b0075aa58 /NEWS
parent8ad2fe638cc2e04447ac5b909335a193deaf23da (diff)
parentb52f63c824a044e8adcde2ffe3640e0074c615a1 (diff)
downloadautomake-066f495979623f36aafa81a1927130dca7607eaf.tar.gz
Merge branch 'master' into testsuite-work
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fa0a358cb..7d554fd30 100644
--- a/NEWS
+++ b/NEWS
@@ -121,6 +121,11 @@ New in 1.11a:
- C source and header files derived from non-distributed Yacc sources are
now removed by "make clean", not only by "make maintainer-clean".
+ - The py-compile script now accepts empty arguments passed to the options
+ `--destdir' and `--basedir', and complains about unrecognized options.
+ Moreover, a non-option argument or a special `--' argument terminates
+ the list of options.
+
- A developer that needs to pass specific flags to configure at "make
distcheck" time can now, and indeed he's advised to, do so by defining
the developer-reserved makefile variable AM_DISTCHECK_CONFIGURE_FLAGS,