Re: Where can I find current leafnode 2?

Matthias Andree <[email protected]> Thu, 9 Mar 2017 01:22:58 +0100
Newsgroups gmane.network.leafnode
Message-ID <[email protected]>
Am 08.03.2017 um 13:18 schrieb Doug Laidlaw:
> The command I mentioned, autoreconf, seems to be the wrong one.  Browse
> through the list archives.  I am sure that it is set out somewhere
> there.  Repositories like this do need a preliminary command to create
> the ./configure, etc. files.  After that, you have a tarball.  I avoid
> doing it as much as possible.

For Git checkouts,

    autoreconf --install

is what you need.

HTH
Matthias