diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-01-20 23:40:01 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-01-20 23:40:01 +0100 |
commit | 488853570810ee848dbd42bd692c9452c79c74d5 (patch) | |
tree | 35586ff10fe87d4e5ce89b413a3244e2da8a61a4 /Makefile.am | |
parent | f37be8567d0bc474edc1ad933e54e26996953580 (diff) | |
download | fetchmail-488853570810ee848dbd42bd692c9452c79c74d5.tar.gz fetchmail-488853570810ee848dbd42bd692c9452c79c74d5.tar.bz2 fetchmail-488853570810ee848dbd42bd692c9452c79c74d5.zip |
Update automake min. version to 1.12
dist-xz requires automake 1.12+
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 218e8383..fcb8e359 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile for fetchmail SUBDIRS= . po -AUTOMAKE_OPTIONS= 1.11 foreign no-dist-gzip dist-xz subdir-objects +AUTOMAKE_OPTIONS= 1.12 foreign no-dist-gzip dist-xz subdir-objects AM_CPPFLAGS= -I$(srcdir)/libesmtp ACLOCAL_AMFLAGS= -I m4 -I m4-local |