[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] re-compiling an older source package....
On Mon, Oct 26, 2009 at 13:15, Brian Pitts <brian at polibyte.com> wrote:
> I think the easiest thing is to use the I flag of the preprocessor and
> the L flag of the linker. Thus something like
>
> CPPFLAGS="-I /opt/include" LDFLAGS="-L /opt/lib" ./configure
>
What I'm looking to do is to add that to one of the plethora of config
file options... Makefile.in, Makefile.am, config.in.h, aclocal.h
etc.... <- The big question is which file, and what format :-)
-Jim P.