Merge branch 'maint' into branch-1.11
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 12 Jan 2012 09:02:32 +0000 (10:02 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 12 Jan 2012 09:02:32 +0000 (10:02 +0100)
* maint:
  tests: make 'aclocal-install-absdir.test' executable
  tests: require GNU make in 'vala-vapth.test'
  vala: fix VPATH builds
  tests: fix some bugs in the vala-vpath test

1  2 
NEWS
automake.in
tests/Makefile.am

diff --cc NEWS
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -47,54 -53,6 +47,56 @@@ New in 1.11.2a
    - The last relics of Python 1.5 support have been removed from the
      AM_PATH_PYTHON macro.
  
 +  - For programs and libraries, automake now detects EXTRA_foo_DEPENDENCIES
 +    and adds them to the normal list of dependencies, but without
 +    overwriting the foo_DEPENDENCIES variable, which is normally computed
 +    by automake.
 +
 +Bugs fixed in 1.11.2a:
 +
 +* Bugs introduced by 1.11.2:
 +
 +  - Automake now correctly recognizes the prefix/primary combination
 +   `pkglibexec_SCRIPTS' as valid.
 +
 +  - The parallel-tests harness doesn't trip anymore on sed implementations
 +    with stricter limits on the length of input lines (problem seen at
 +    least on Solaris 8).
 +
 +* Long-standing bugs:
 +
 +  - The "deleted header file problem" for *.am files is avoided by stub
 +    rules.  This allows `make' to trigger a rerun of `automake' also if
 +    some previously needed `.am' file has been removed.
 +
 +  - The `silent-rules' option now generates working makefiles even
 +    for the uncommon `make' implementations that do not support the
 +    nested-variables extension to POSIX 2008.  For such `make'
 +    implementations, whether a build is silent is determined at
 +    configure time, and cannot be overridden at make time with
 +    `make V=0' or `make V=1'.
 +
++  - Vala support now works better in VPATH setups.
++
 +\f
 +New in 1.11.2:
 +
 +* Changes to aclocal:
 +
 +  - The `--acdir' option is deprecated.  Now you should use the new options
 +    `--automake-acdir' and `--system-acdir' instead.
 +
 +  - The `ACLOCAL_PATH' environment variable is now interpreted as a
 +    colon-separated list of additional directories to search after the
 +    automake internal acdir (by default ${prefix}/share/aclocal-APIVERSION)
 +    and before the system acdir (by default ${prefix}/share/aclocal).
 +
 +* Miscellaneous changes:
 +
 +  - The Automake support for automatic de-ANSI-fication has been
 +    deprecated.  It will probably be removed in the next major Automake
 +    release (1.12).
 +
    - The `lzma' compression scheme and associated automake option `dist-lzma'
      is obsoleted by `xz' and `dist-xz' due to upstream changes.
  
diff --cc automake.in
Simple merge
Simple merge