diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2016-12-12 03:04:33 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2016-12-12 03:04:33 +0100 |
commit | 782650bf3d14c15ae677e0bec0ef88d6fb57b807 (patch) | |
tree | 7e3374b7a56a29bc056e0aa3f7f651ee88d7a1ae /Makefile.am | |
parent | 69a4e7d82eb715a276dcc725e80a7bd4e39d747d (diff) | |
download | fetchmail-782650bf3d14c15ae677e0bec0ef88d6fb57b807.tar.gz fetchmail-782650bf3d14c15ae677e0bec0ef88d6fb57b807.tar.bz2 fetchmail-782650bf3d14c15ae677e0bec0ef88d6fb57b807.zip |
Cease creating .tar.bz2 tarballs. (Keep .tar.xz)
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 ff8f5547..ded5dd32 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-bzip2 dist-xz subdir-objects +AUTOMAKE_OPTIONS= 1.11 foreign no-dist-gzip dist-xz subdir-objects AM_CPPFLAGS= -I$(srcdir)/libesmtp ACLOCAL_AMFLAGS= -I m4 -I m4-local |