diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2018-06-22 00:07:54 +0000 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2018-06-30 13:31:38 -0400 |
commit | 089d679b81a3c4e821f5f9cfaacb33e67370eeed (patch) | |
tree | c6041b023936aac28e55ac481801d187a191ac63 /Makefile.am | |
parent | 0bf9b35bb04b9f35a43e2ff6493d6a5ecc3c9db1 (diff) | |
download | libxcrypt-089d679b81a3c4e821f5f9cfaacb33e67370eeed.tar.gz libxcrypt-089d679b81a3c4e821f5f9cfaacb33e67370eeed.tar.bz2 libxcrypt-089d679b81a3c4e821f5f9cfaacb33e67370eeed.zip |
Lower the minimum required automake version
The minimum required automake version was raised from 1.7 to 1.15 by
commit a6c11d6cd89ac391dfb81bc2b7eb2b9fb31d7da6. This new requirement
seems to be unnecessarily high, at least, the project builds using
automake 1.14 just fine.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 90fe733..491dfae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ # Author: Thorsten Kukuk <kukuk@suse.de> # -AUTOMAKE_OPTIONS = 1.15 gnits +AUTOMAKE_OPTIONS = 1.14 gnits ACLOCAL_AMFLAGS = -I m4 AM_CFLAGS = $(WARN_CFLAGS) |