Closed Pontorez closed 9 years ago
Instead of "autoconf", try "autoreconf -i". Also make sure you have automake, autoconf, libtool installed.
Thanks; solved. Now I'm trying to solve next error:
[b@a fifth]$ ./configure ... checking for fltk-config... fltk-config checking for url_init in -lurlmatch... no configure: error: liburlmatch not found [b@a fifth]$
(I've cloned https://github.com/clbr/urlmatch.git then succesfully built it using make all
but there is no something like make install
in urlmatch makefile).
Added an install target in liburlmatch, thanks for reporting.