object will *always* be put into the subdirectory named after the source
file, rather than in the current directory. For instance, 'src/file.c'
and 'src/file.f90' will be compiled to 'src/file.o', and 'sub/dir/mu.cc'
- will be compiled to 'sub/dir/mu.o'. Put in another way, Automake 1.14
+ will be compiled to 'sub/dir/mu.o'. Put in another way, Automake 2.0
and later will *unconditionally* behave as older Automake versions did
when the 'subdir-objects' option was given.
hierarchy, a definition of the AM_PROG_VALAC macro found in file
(say) '/usr/local/share/aclocal/my-vala.m4' should take precedence
over the same-named automake-provided macro, as defined in file
- '/usr/local/share/aclocal-1.14/vala.m4'.
+ '/usr/local/share/aclocal-2.0/vala.m4'.
* Obsolescent features flagged: