mklove icon indicating copy to clipboard operation
mklove copied to clipboard

mklove - not autoconf

Results 14 mklove issues
Sort by recently updated
recently updated
newest added

It would be sweet, neat and practical if mklove could provide rudimentary bootstrapping of required dependencies. I.e., if a dependency check fails during configure and the dependency is specified with...

enhancement

If I call ./configure this way: ``` CPPFLAGS='-I/path/1 -I/path/2' ./configure ``` Configure script adds the two path properly. However, if I do it this way: ``` ./configure --CPPFLAGS='-I/path/1 -I/path/2' ```...

Currently, gitversion variable is only updated when you do './configure'. This could have issues if you do something like: ``` git pull; make ``` So the code will contain the...