]> git.ipfire.org Git - thirdparty/automake.git/commit
Merge branch 'master' into ng/master
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 21 Apr 2013 09:24:54 +0000 (11:24 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 21 Apr 2013 16:03:15 +0000 (18:03 +0200)
commitdc33f64b11e20420b6447561b41998bbfc3b6ab1
tree171292b03c59027d7be131f1d8a82dfc1f5646b4
parent10a1f8b1d17cf1602819fb93a758f3102e737d6e
parent820d90935c4ee1a32723ffa51b54646c7ed90514
Merge branch 'master' into ng/master

* master:
  INSTALL: regen
  sync: update files from upstream with "make fetch"
  tests: tweaks and minimal improvements to t/insthook.sh
  typofix: in comments in t/extra2.sh
  tests: fix botched cross-reference in a heading comment
  compat: reinstate support for obsolete $(INCLUDES) variable
  automake: refactoring: factor out common cpp-like flags
  NEWS (mint): reflect new Automake versioning scheme
  NEWS (master): reflect new Automake versioning scheme
  Add missing '$' for variable expansion in depout.m4
  maintcheck: avoid spurious failure
  perl: perl subroutine prototypes are problematic, don't use them
  fixup: one stray reference to older versioning scheme
  preproc: enhance and extend tests
  preproc: add support for relative names in included fragments

+ Non-trivial extra changes:

* automake.in (@cpplike_flags): Use $(AM_DEFAULT_INCLUDES), not
$(DEFAULT_INCLUDES).  Do not support $(INCLUDES).
(generate_makefile): User definition of $(INCLUDES) causes a fatal
error, not a warning.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in
doc/automake-ng.texi
lib/Automake/Options.pm
t/extra-dist-wildcards.sh
t/insthook.sh
t/warnopts.sh