grobian / carbon-c-relay

Enhanced C implementation of Carbon relay, aggregator and rewriter
Apache License 2.0
380 stars 107 forks source link

Installing after configure --program-prefix=something install ill-named man page #372

Closed Nelstaar closed 5 years ago

Nelstaar commented 5 years ago

Hi, I want to install binary with name carbon-c-relay so I configure with configure --program-prefix='carbon-c-' But make install install usr/local/bin/carbon-c-relay which is correct but also usr/local/share/man/man1/carbon-c-carbon-c-relay.1

regards.

grobian commented 5 years ago

make sense, thanks

Nelstaar commented 5 years ago

FYI I fixed on my PC with this patch program-prefix.patch.txt

And re-running

aclocal && autoconf && automake
./configure --program-prefix='carbon-c-'
make man
make

regards.