Re: how to download mailutils sources from git for nex
"Pierre-Jean" <[email protected]>
| Newsgroups | gmane.comp.gnu.mailutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hello Franta, > How should I do that minimal tarbal, with ./configure for my system > autoconf, with .po files, radius.m4 and all needed files for mailutils > build - and withou other balast? I think that `make dist` should do what you want. That's a default option for gnu automake. There's also a `make distcheck`, which constructs the tarball and additionnaly ensure most use case works, by attempting to build the resulted tarball in a temporary directory. You'll find the documentation on the automake/autotool website. Kind Regards, Pierre-Jean.