Autoconf build system

Cmake commands seem like a hard way to build.
I could add autoconf so one would just have to type “./configure && make”
I can only test on a debian linux system.

Using cmake is pretty much the same. You just need to type cmake . && make to build glfw.