GNUmakefile: reenable "make syntax-check" for most projects
authorJim Meyering <meyering@redhat.com>
Sun, 30 Oct 2011 20:24:06 +0000 (21:24 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 30 Oct 2011 21:21:07 +0000 (22:21 +0100)
commita765077b04a89bffa2a6095c7988fb9a70857d7f
tree9afe3585acab1d3bafe8ef1c3326fd5a64374354
parent92822428a2739c16caf12e75a4bba24258da3ec3
GNUmakefile: reenable "make syntax-check" for most projects

Since Friday's commit 05e2d798, "maint.mk: don't maintain a second
build-aux variable", "syntax-check" would do nothing but succeed with
the "No version control files detected..." diagnostic (unless you
happened to override _build-aux via cfg.mk).
* top/GNUmakefile (_autoreconf, _build-aux): Move default definitions
to precede inclusion of maint.mk.  Otherwise, these variables would
be used undefined in any project that does not override the default.
ChangeLog
top/GNUmakefile