make -f Makefile.dist should make -f Makefile.dist should do the trick (or longer way: autoreconf --install ./configure make but you need to have autotools installed for autoreconf) -- Alex Tutubalin @LibRaw LLC reply
make -f Makefile.dist should do the trick
(or longer way:
autoreconf --install
./configure
make
but you need to have autotools installed for autoreconf)