> I have tested the changes on OS X using Autotools i.e by using: > > sh autogen.sh > ./configure > make > > I know FreeType mainly uses Autotools for building purposes and here > I wanted to ask that other than Autotools are there some other tools > with which I need to build FreeType and test the changes on OS X?
There is no special support for OS X; we only have autotools and cmake (the latter only supported by user contributions). Hopefully we will have meson support in the near future. Werner