Hi Greeting: There are options for configure such as --with-cflags=CFLAGS use CFLAGS as compile time arguments. --with-ldflags=LDFLAGS use LDFLAGS as link time arguments to ld. --with-libs=LIBS use LIBS as link time arguments to ld.
I am wondering if there is a configure option to allow users to specify the include path of the headers in a nonstandard directory so it is appended to the CPPFLAGS in Makefile? Thanks, Jim