]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Merge branch 'maint' into python-work
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 Jun 2011 15:23:31 +0000 (17:23 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 Jun 2011 15:23:31 +0000 (17:23 +0200)
* maint:
  news: update w.r.t. introduction of AM_DISTCHECK_CONFIGURE_FLAGS
  tests: optimize tests on primary/prefix mismatch for speed
  Warnings about primary/prefix mismatch fixed and extended.
  maintcheck: DISTCHECK_CONFIGURE_FLAGS can be defined on make cmdline
  distcheck: add support for AM_DISTCHECK_CONFIGURE_FLAGS
  docs: better documentation for silent make rules

1  2 
ChangeLog
NEWS
tests/Makefile.am
tests/Makefile.in

diff --cc ChangeLog
Simple merge
diff --cc NEWS
index db6504877fd5eea58ef49eb11cd6ce9071d37dfc,fd7dd53d1d3e74f3a03d1d3d3021b2215b05882c..300809d41e85edfd10c746827d9f7a569aa23fb0
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -5,11 -5,14 +5,19 @@@ New in 1.11.0a
    - The `lzma' compression scheme and associated automake option `dist-lzma'
      is obsoleted by `xz' and `dist-xz' due to upstream changes.
  
 +  - 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 `--' arguments 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,
+     instead of the old DISTCHECK_CONFIGURE_FLAGS.
+     The DISTCHECK_CONFIGURE_FLAGS variable should now be reserved for the
+     user; still, the old Makefile.am files that used to define it should
+     still continue to work as before.
  Bugs fixed in 1.11.0a:
  
  * Bugs introduced by 1.11:
index b2d36ff69b3f8a8bcf75c9a9771c7a4aaf982ec0,bd3f99c25166bdc035fe4817f80bce645ed2df77..cde88eea1eb400cf18db12df28a9cb6845e80b6f
@@@ -632,14 -636,11 +636,18 @@@ prefix.test 
  primary.test \
  primary2.test \
  primary3.test \
+ primary-prefix-invalid-couples.test \
+ primary-prefix-valid-couples.test \
+ primary-prefix-couples-force-valid.test \
+ primary-prefix-couples-documented-valid.test \
  proginst.test \
 +py-compile-basic.test \
 +py-compile-basic2.test \
 +py-compile-basedir.test \
 +py-compile-destdir.test \
 +py-compile-env.test \
 +py-compile-option-terminate.test \
 +py-compile-usage.test \
  python.test \
  python2.test \
  python3.test \
index 7eb545a45996aed75728f512da8572e6d6977359,b8109637451b2fb66623c5277e3cc24b67e5d4f3..ffd38c27741d9b2aae70f1514d61fbced7907772
@@@ -903,14 -907,11 +907,18 @@@ prefix.test 
  primary.test \
  primary2.test \
  primary3.test \
+ primary-prefix-invalid-couples.test \
+ primary-prefix-valid-couples.test \
+ primary-prefix-couples-force-valid.test \
+ primary-prefix-couples-documented-valid.test \
  proginst.test \
 +py-compile-basic.test \
 +py-compile-basic2.test \
 +py-compile-basedir.test \
 +py-compile-destdir.test \
 +py-compile-env.test \
 +py-compile-option-terminate.test \
 +py-compile-usage.test \
  python.test \
  python2.test \
  python3.test \