yum is not an option here
I have downloaded, patched, configured, compiled, and installed autotrace. Files on the system with the autotrace name are:
/usr/local/include/autotrace/autotrace.h
/usr/local/man/man1/autotrace.1
/usr/local/bin/autotrace
/usr/local/bin/autotrace-config
/usr/local/share/aclocal/autotrace.m4
/usr/local/lib/pkgconfig/autotrace.pc
I am trying to compile ImageMagick with the command:
./configure --with-autotrace LDFLAGS=-L/usr/local/include/autotrace CFLAGS=-I/usr/local/include/autotrace
but I still get the following in the output:
...
Autotrace --with-autotrace=yes no
...
What am I missing? How do I tell configure what it is missing, in order for autotrace to be found and linked?