GNOME Bugzilla – Bug 658788
Change default dist to .xz
Last modified: 2011-10-23 22:04:45 UTC
Basically there are two things we should do: * Change the default dist of anjuta itself to something like: AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz]) * Change the project templates to use both .xz and .bz2 as I don't know how widespread .xz is yet and people might be confused: AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-bz2 dist-xz]) Not entirely sure if the latter works though...
Also see https://mail.gnome.org/archives/devel-announce-list/2011-September/msg00003.html
> * Change the default dist of anjuta itself to something like: > AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz]) This is done...