Re: [anjuta-list] how to get a .bz2 dist?



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]