diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-08-02 01:45:57 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-08-02 01:45:57 +0000 |
commit | 8f5c6d3630ac2e014d0e61d847fa93d626f37814 (patch) | |
tree | 650a995ade6a6da0f43a8a8ad1bb8bef19aaf8aa /Makefile.am | |
parent | 7696fa59dd9e7c35388ce741006b14277095de30 (diff) | |
download | fetchmail-8f5c6d3630ac2e014d0e61d847fa93d626f37814.tar.gz fetchmail-8f5c6d3630ac2e014d0e61d847fa93d626f37814.tar.bz2 fetchmail-8f5c6d3630ac2e014d0e61d847fa93d626f37814.zip |
Switch default distribution format from gzip to bzip2.
svn path=/trunk/; revision=4224
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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@ |