diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-28 15:13:46 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-28 15:56:05 +0200 |
commit | dd78a5e81de220e7030c5c6be4162bab2f0cf4c7 (patch) | |
tree | 8be75ade66d2bb2a7262ff70172e346d3159b7c8 /.gitignore | |
parent | 3fd6f1648b4bb773a3d7036e9409e4920349e213 (diff) | |
download | automake-dd78a5e81de220e7030c5c6be4162bab2f0cf4c7.tar.gz |
maint: install minimal supported autoconf through convenience targets
To make testing of Automake in conjunction with it easier and more
reproducible. It might be nice to also have convenience targets to
actually automatically run the Automake testsuite with such autoconf
version, but that is left to later patches.
* configure.ac: AC_SUBST the definition of $required_autoconf_version.
* maint.mk (WGET): Move definition earlier.
(gnu-ftp, ac-v, ac-n, ac-p, ac-t, ac-l, ac-d): New auxiliary variables.
(fetch-minimal-autoconf, build-minimal-autoconf): New convenience
targets.
* .gitignore: Update.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a32310e70..2cd6bd342 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ /announcement +/maintainer/autoconf-*/ +/maintainer/autoconf-*.tar.gz /ChangeLog /aclocal.m4 /configure |