diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-28 17:53:03 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-28 17:53:03 +0200 |
commit | 94d57f3d093af4479f95c0bc48cd66a739150a7b (patch) | |
tree | bfee887b3c31e1249e1810d7f09f799f9089c15a /configure.ac | |
parent | d99e3f3233f1e933b2f523e4d49189ad432e5578 (diff) | |
parent | e833dfe6db3b884f90c8338c8633d50906f4e06c (diff) | |
download | automake-94d57f3d093af4479f95c0bc48cd66a739150a7b.tar.gz |
Merge branch 'micro' into maint
* micro:
docs: AM_PROG_MKDIR_P: will not be removed in 2.0 release of Automake
maint: sanity checks in 'check-minimal-autoconf' convenience target
maint: test minimal supported autoconf through convenience target
maint: install minimal supported autoconf through convenience targets
test-lib: typofix in comments
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1a0620ff0..0f64fa964 100644 --- a/configure.ac +++ b/configure.ac @@ -113,7 +113,7 @@ AC_CHECK_PROGS([LEX], [lex flex], [false]) # following tests, but some users were unable to figure out that their # installation was broken since --version appeared to work. -required_autoconf_version=2.65 +AC_SUBST([required_autoconf_version], [2.65]) AC_CACHE_CHECK([whether autoconf is installed], [am_cv_autoconf_installed], [if AM_RUN_LOG([$am_AUTOCONF --version]); then |