From: Stefano Lattarini Date: Wed, 29 May 2013 08:22:43 +0000 (+0200) Subject: NEWS: fix Automake versions X-Git-Tag: v1.16~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54858251ad2db124038978c9ce59540d94f5ba91;p=thirdparty%2Fautomake.git NEWS: fix Automake versions Reported-by: Peter Rosin Signed-off-by: Stefano Lattarini --- diff --git a/NEWS b/NEWS index 517215094..428a9a760 100644 --- a/NEWS +++ b/NEWS @@ -6,7 +6,7 @@ New in 2.0: 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. @@ -19,7 +19,7 @@ New in 2.0: 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: