This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Automake and no-gzip-dist
- From: "Olaf Petzold" <opetzold at wit dot regiocom dot net>
- To: <automake at gnu dot org>
- Date: Tue, 18 Feb 2003 09:10:15 +0100
- Subject: Automake and no-gzip-dist
Hello automake team,
I'm using
AM_INIT_AUTOMAKE([foreign 1.5 no-define dist-bzip2])
which will create a tar.gz and tar.bz2 dist. How can I prevend automake
from
building the tar.gz dist, since there isn't a target like no-gzip-dist.
Thanks
Olaf