Re: Autoconf/configure

Scott J. Kramer (sjk@lux.com)
Tue, 26 Oct 1999 21:04:48 -1000

On Mon, 25-Oct-1999 @ 16:06, Petter Reinholdtsen wrote:
> Subject: Re: Autoconf/configure
>
> [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.

And sometimes CPPFLAGS=... can be of value to convince `configure'
that certain features exist in non-standard places on your system.

-sjk

-- 
Scott J. Kramer					LUX Consulting Services
UNIX/Network Systems Consultant			P.O. Box 1487
<sjk@lux.com>					Kailua, HI  96734

PGP Key fingerprint = BB 84 51 87 41 9C E0 46 B4 54 EA 11 A5 18 34 71

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