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:09:42 +0200 |
| commit | 6fe2cdae537ef80b7549d2a4939c40d240f5e1b9 (patch) | |
| tree | 86802a059729bb9708016b4a7d5333d0823e7b4a | |
| parent | b6048f85455617ae5a44858d50529a893ad665cb (diff) | |
| download | fetchmail-6fe2cdae537ef80b7549d2a4939c40d240f5e1b9.tar.gz fetchmail-6fe2cdae537ef80b7549d2a4939c40d240f5e1b9.tar.bz2 fetchmail-6fe2cdae537ef80b7549d2a4939c40d240f5e1b9.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 |
