Some changes for separate Linux source and build trees.
authorIan Abbott <abbotti@mev.co.uk>
Mon, 17 Dec 2007 16:43:04 +0000 (16:43 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Mon, 17 Dec 2007 16:43:04 +0000 (16:43 +0000)
commitecf62538a5b056c7a21cc478c5ca4cddd27e9c59
treec81de0ca5e1a3e3dd884cd1aaafd5eab46547ea9
parent30d12566a6231b608cf65734dae803f05c91b9aa
Some changes for separate Linux source and build trees.
Add LINUX_SRC_DIR variable to point to Linux source tree (LINUX_DIR points
to the Linux build tree).  It can be set with a new --with-linuxsrcdir
option or determined automatically from the build tree.
Changed some configure tests to check the Linux source tree instead of the
build tree.  The affected tests are COMEDI_CHECK_PCMCIA_PROBE,
COMEDI_CHECK_LINUX_KBUILD and COMEDI_CHECK_HAVE_MUTEX_H.  The
COMEDI_CHECK_LINUX_KBUILD test has been simplified because it no longer
has to check for separate source and build trees.
configure.ac
m4/as-linux.m4