From professional translators, enterprises, web pages and freely available translation repositories.
you can make the configure script looks for header files and libraries in non-standard locations by specifying additional flags to pass to the c preprocessor and linker, such as:
env cppflags=-i/path/to/include ldflags=-l/path/to/library ./configure