Merge branch 'maint' into branch-1.11
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 17 Mar 2012 08:54:35 +0000 (09:54 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 17 Mar 2012 08:56:43 +0000 (09:56 +0100)
* maint:
  aclocal: remove a couple of useless imports
  aclocal: create local directory where to install m4 files

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
1  2 
NEWS

diff --cc NEWS
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -47,29 -43,6 +47,33 @@@ New in 1.11.3a
    - Automatic dependency tracking now works also with the IBM XL C/C++
      compilers, thanks to the new new depmode 'xlc'.
  
 +Bugs fixed in 1.11.3a:
 +
 +* Bugs introduced by 1.11.3:
 +
 +  - NONE YET
 +
 +* Bugs introduced by 1.11.2:
 +
 +  - A definition of 'noinst_PYTHON' before 'python_PYTHON' (or similar)
 +    don't cause spurious failures upon "make install" anymore.
 +
 +* Long-standing bugs:
 +
 +  - It is now possible for a foo_SOURCES variable to hold Vala sources
 +    together with C header files, as well as with sources and headers for
 +    other supported languages (e.g., C++).  Previously, only mixing C and
 +    Vala sources was supported.
 +
++  - If "aclocal --install" is used, and the first directory specified with
++    '-I' is non-existent, aclocal will now create it before trying to copy
++    files in it.
++
 +\f
 +New in 1.11.3:
 +
 +* Miscellaneous changes:
 +
    - Automake's own build system is more silent by default, making use of
      the 'silent-rules' option.