|
|
|
|
|
by johnisgood
499 days ago
|
|
m4conf is not using anything requiring GNU stuff though, and it has been tested with BSD m4 as well. It is noted in base.m4. The license of m4conf itself is ISC. m4sugar could be vetted so it is can become less than 120 KB. I don't know if it is messy, look at the example configuration file. For me, it is more straightforward and less bloated than autotools, for example. > I don't think that it's enough to test for header files being present. Almost all my tests target library features: including a header, calling some functions and actually linking a program. The contents of headers vary from system to system and with compiler options. This is configurable as well in base.m4. |
|