Eugenio Pérez
Eugenio Pérez
This stackoverflow answer is, more or less, the behaviour I think 'gitversion' module should have: http://stackoverflow.com/a/1843783
In fact, it is enough with this Makefile target. Maybe mklove module is overkill? ``` .PHONY: ... version.c ... version.c: @rm -f $@ @echo "const char *git_revision=\"`git describe --abbrev=6 --tags...
All solutions are fine for me, but I think that force the check using pkg-config provided cflags and libs is the best solution. If you think it's ok, I will...
Please review it carefully, your knowledge of bash are far more advanced than mine and I'm sure that a lot of stuff can be done in a better way, but...
Hi! I've updated with dependency meta variables. Could you please check the changes? Thanks!
Hi, Magnus! Were you able to check this? I can try the `bootstrap_` approach if you see it more convenient, but I think that meta variables give more flexibility than...