Re: [anjuta-list] how to get a .bz2 dist?
- From: "Johannes Schmid" <jhs jsschmid de>
- To: "Paul Elliott" <pelliott blackpatchpanel com>
- Cc: anjuta-list gnome org
- Subject: Re: [anjuta-list] how to get a .bz2 dist?
- Date: Wed, 7 Sep 2011 10:54:56 +0200 (CEST)
Hi!
> on my project now, Build tarball produces a .tar.gz file. How do I make it
> make
> a tar.bz2 file?
.tar.gz is the default but automake can do others if you tell it in
configure.ac:
AM_INIT_AUTOMAKE([1.10 dist-bzip2 no-dist-gzip])
You can also do something similar to get a lzma (.xz) file somehow.
Probably new anjuta projects should actually default to bz2.
Regards,
Johannes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]