Wrong configuration directory
Currently, we use ~/.local/share/Coincer/
and ~/.config/Coincer/
with Coincer
instead of coincer
. There are two possible solutions:
- Change project name from
Coincer
tocoincer
inconfigure.ac
on line 5:
AC_INIT([Coincer], [0.0.99], [xhire@coincer.org], [coincer], [https://www.coincer.org/])
- Replace all uses of
PACKAGE_NAME
withPACKAGE
.
Both solutions will also fix other wrong uses. I actually don’t know where we’d like to have Coincer
? Maybe ./configure --help
and friends?