From 8f5c6d3630ac2e014d0e61d847fa93d626f37814 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 2 Aug 2005 01:45:57 +0000 Subject: Switch default distribution format from gzip to bzip2. svn path=/trunk/; revision=4224 --- Makefile.am | 1 + NEWS | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 2a9998e6..40100f87 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ # Makefile for fetchmail SUBDIRS= m4 po +AUTOMAKE_OPTIONS= foreign no-dist-gzip dist-bzip2 AM_CFLAGS= @CEFLAGS@ AM_CPPFLAGS= @CPFLAGS@ diff --git a/NEWS b/NEWS index 7f781e7e..a225672f 100644 --- a/NEWS +++ b/NEWS @@ -167,6 +167,7 @@ fetchmail 6.3.0 (not yet released officially): directory. * The "port" option, while still understood, is being replaced by the "service" option, which is now supported even without --enable-inet6. +* The default distribution format is now bzip2. # INTERNAL CHANGES * Switched to automake. Matthias Andree. -- cgit v1.2.3