diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2011-05-26 02:06:39 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2011-05-26 23:21:23 +0200 |
commit | 8a5a80f9e7beb63ab9348aa0f8353dfa6fd7ce22 (patch) | |
tree | 9513aa259933d5896295fc37e4649e881c3482d0 | |
parent | bdc248dc59c282e18d48270cb44dc27d35af3841 (diff) | |
download | fetchmail-8a5a80f9e7beb63ab9348aa0f8353dfa6fd7ce22.tar.gz fetchmail-8a5a80f9e7beb63ab9348aa0f8353dfa6fd7ce22.tar.bz2 fetchmail-8a5a80f9e7beb63ab9348aa0f8353dfa6fd7ce22.zip |
Bump automake requirement to 1.11, add dist-xz option.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1ac6ef61..6b433f61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile for fetchmail SUBDIRS= . po -AUTOMAKE_OPTIONS= 1.8 foreign no-dist-gzip dist-bzip2 +AUTOMAKE_OPTIONS= 1.11 foreign no-dist-gzip dist-bzip2 dist-xz AM_CPPFLAGS= -I$(srcdir)/libesmtp ACLOCAL_AMFLAGS= -I m4 -I m4-local |