Can we get aclocal and the other tools above installed?
I'm updating cmucl's site to use the latest dev version of texinfo (6.6dev) to get better support for multi-level indices. So I'm building 6.6dev locally in gitlab CI and therefore need all the autotools to build it.
I guess the alternative is to make 6.6dev available somewhere on c-l.net, but that's a bit of a burden to have available on c-l.net. Hence, I"m building it myself for CI.
Oh, and libtool/libtoolize; building texinfo requires these tools too.
On Sun, May 19, 2019 at 10:43 PM Raymond Toy toy.raymond@gmail.com wrote:
Can we get aclocal and the other tools above installed?
I'm updating cmucl's site to use the latest dev version of texinfo (6.6dev) to get better support for multi-level indices. So I'm building 6.6dev locally in gitlab CI and therefore need all the autotools to build it.
I guess the alternative is to make 6.6dev available somewhere on c-l.net, but that's a bit of a burden to have available on c-l.net. Hence, I"m building it myself for CI.
-- Ray
Done. 'aclocal' is part of the autoconf package. The same applies to autoheader. So, I've installed automake, autoconf and libtool.
Regards,
Erik.
On Mon, May 20, 2019 at 8:25 AM Raymond Toy toy.raymond@gmail.com wrote:
Oh, and libtool/libtoolize; building texinfo requires these tools too.
On Sun, May 19, 2019 at 10:43 PM Raymond Toy toy.raymond@gmail.com wrote:
Can we get aclocal and the other tools above installed?
I'm updating cmucl's site to use the latest dev version of texinfo (6.6dev) to get better support for multi-level indices. So I'm building 6.6dev locally in gitlab CI and therefore need all the autotools to build it.
I guess the alternative is to make 6.6dev available somewhere on c-l.net, but that's a bit of a burden to have available on c-l.net. Hence, I"m building it myself for CI.
-- Ray
-- Ray
Thanks so much! That works great. But I guess texinfo wants the help2man package installed. Can you also do that? Thanks!
On Mon, May 20, 2019 at 11:09 AM Erik Huelsmann ehuels@gmail.com wrote:
Done. 'aclocal' is part of the autoconf package. The same applies to autoheader. So, I've installed automake, autoconf and libtool.
Regards,
Erik.
On Mon, May 20, 2019 at 8:25 AM Raymond Toy toy.raymond@gmail.com wrote:
Oh, and libtool/libtoolize; building texinfo requires these tools too.
On Sun, May 19, 2019 at 10:43 PM Raymond Toy toy.raymond@gmail.com wrote:
Can we get aclocal and the other tools above installed?
I'm updating cmucl's site to use the latest dev version of texinfo (6.6dev) to get better support for multi-level indices. So I'm building 6.6dev locally in gitlab CI and therefore need all the autotools to build it.
I guess the alternative is to make 6.6dev available somewhere on c-l.net, but that's a bit of a burden to have available on c-l.net. Hence, I"m building it myself for CI.
-- Ray
-- Ray
-- Bye,
Erik.
http://efficito.com -- Hosted accounting and ERP. Robust and Flexible. No vendor lock-in.
Done.
On Wed, May 22, 2019 at 7:11 AM Raymond Toy toy.raymond@gmail.com wrote:
Thanks so much! That works great. But I guess texinfo wants the help2man package installed. Can you also do that? Thanks!
On Mon, May 20, 2019 at 11:09 AM Erik Huelsmann ehuels@gmail.com wrote:
Done. 'aclocal' is part of the autoconf package. The same applies to autoheader. So, I've installed automake, autoconf and libtool.
Regards,
Erik.
On Mon, May 20, 2019 at 8:25 AM Raymond Toy toy.raymond@gmail.com wrote:
Oh, and libtool/libtoolize; building texinfo requires these tools too.
On Sun, May 19, 2019 at 10:43 PM Raymond Toy toy.raymond@gmail.com wrote:
Can we get aclocal and the other tools above installed?
I'm updating cmucl's site to use the latest dev version of texinfo (6.6dev) to get better support for multi-level indices. So I'm building 6.6dev locally in gitlab CI and therefore need all the autotools to build it.
I guess the alternative is to make 6.6dev available somewhere on c-l.net, but that's a bit of a burden to have available on c-l.net. Hence, I"m building it myself for CI.
-- Ray
-- Ray
-- Bye,
Erik.
http://efficito.com -- Hosted accounting and ERP. Robust and Flexible. No vendor lock-in.
-- Ray