Addition of a build system generator
elfring opened this issue · 3 comments
elfring commented
I suggest to reuse a higher level build system than your current small make file so that powerful checks for software features will become easier.
leahneukirchen commented
I added a make install
rule, I think this is now totally sufficient for such a small tool.
elfring commented
- Does a tool like "autoscan" show any software dependencies that you find worth for further considerations?
- How do you think about to support more development environments by the reuse of build system generators?
leahneukirchen commented
The configure.scan
generated by autoscan only seems to list things that are in POSIX 2008, which is the documented requirement.
And we don't need cmake to compile two files, thanks. ;)