[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] re-compiling an older source package....
- Subject: [ale] re-compiling an older source package....
- From: jimpop at gmail.com (Jim Popovitch)
- Date: Mon, 26 Oct 2009 12:32:17 -0400
Long story... here's the pertinent parts:
I have an older source package that I want to re-compile for a newer
kernel. However, I want (need) this source to compile with an older
set up includes, not those in /usr/include. I've tried adding things
to Makefile.am, and then running "autoconf --gnu Makefile" to no
avail. What is the trick to overwriting "includes" path and making
it supported by the next person who runs ./configure ?
-Jim P.