build: the user can override AUTOM4TE, AUTORECONF and AUTOUPDATE too
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 29 May 2011 09:04:08 +0000 (11:04 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 30 May 2011 21:49:43 +0000 (23:49 +0200)
commit8a8890a9152528a4fc348bb15b27ebb2a4c3b7cb
tree584820a1a3b8f87c887d073dd38bf50668efe736
parentaa6883fdcf1e7f21ea81fe4745c0018a9398d43f
build: the user can override AUTOM4TE, AUTORECONF and AUTOUPDATE too

Our build system allows the user to override AUTOCONF and AUTOHEADER
at configure time, and honours these overrides in our testsuite.
But it didn't do the same with AUTOM4TE, AUTORECONF and AUTOUPDATE.
This change fixes that inconsistency.

* configure.ac (am_AUTOM4TE, am_AUTOUPDATE, am_AUTORECONF): New
AC_SUBSTitutions.  Update comments.
* tests/defs.in ($AUTOUPDATE): Default to `@am_AUTOUPDATE@' now.
($AUTOM4TE): New variable, defaulting to `@am_AUTOM4TE@'.
($AUTORECONF): New variable, defaulting to `@am_AUTORECONF@'.
* doc/Makefile.am ($(srcdir)/amhello-1.0.tar.gz): Update.
13 files changed:
ChangeLog
Makefile.in
configure
configure.ac
doc/Makefile.am
doc/Makefile.in
lib/Automake/Makefile.in
lib/Automake/tests/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
m4/Makefile.in
tests/Makefile.in
tests/defs.in