I'm trying to build libvips from source tarball and following the instructions.
https://jcupitt.github.io/libvips/install.html
It's suppose to be a basic "./configure" "make" "make install" procedure, but there is no "configure" file in the source file I downloaded. There is a configure.ac file, but I'm not sure what to do about it, I only get errors when I run a "autoconf".
It feels like I'm missing something obvious here.
Grateful for any help!