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 /t | |
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 't')
-rw-r--r-- | t/ax/am-test-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/ax/am-test-lib.sh b/t/ax/am-test-lib.sh index 91f8b457b..1ce3b7dfb 100644 --- a/t/ax/am-test-lib.sh +++ b/t/ax/am-test-lib.sh @@ -48,7 +48,7 @@ unset DESTDIR unset prefix exec_prefix bindir datarootdir datadir docdir dvidir unset htmldir includedir infodir libdir libexecdir localedir mandir unset oldincludedir pdfdir psdir sbindir sharedstatedir sysconfdir -# Unset variables that might influcence "make distcheck". +# Unset variables that might influence "make distcheck". unset DISTCHECK_CONFIGURE_FLAGS AM_DISTCHECK_CONFIGURE_FLAGS # Used by install rules for info files. unset AM_UPDATE_INFO_DIR |