[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] configure issue
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] configure issue |
Date: |
Fri, 05 Sep 2014 06:44:31 +0200 (CEST) |
>> I haven't built groff from source for a while. Just tried.
>>
>> ./configure: line 4400: GROFF_CXX_CHECK: command not found
>
> Bernd's commit 9f6f7cf3b0e4d1c615f625eda7c686a483d572a6 appears to have
> badly damaged configure. Running "autoreconf -fi -I m4" fixes it
> (Bernd, the need for "-I m4" is documented in INSTALL.REPO; -fi is just
> my usual reflex for making sure that autoreconf does everything it needs
> to do).
Yep, a missing `-I m4'. Should work again now. After switching to
`automake', simply saying `make' will regenerate allo those config
files automatically...
I've also fixed the `autom4ate.cache' issue – the trick is to use `/'.
Werner