Re: Autoconf/configure

Petter Reinholdtsen (pere@hungry.com)
Mon, 25 Oct 1999 16:06:34 +0800

[Oliver Rauch]
> I want to know if there is a standard for the user to tell configure and the
> Makfiles where to look for include-files and libs that are not installed in
> the standard places.

I normally do it like this:

CFLAGS=-I/non/standard/include LDFLAGS=-L/non/standard/lib ./configure

It works. :-) It depends on the configure.in if there are any options to give
to configure.

-- 
##>  Petter Reinholdtsen  <##  |  pere@td.org.uit.no

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com