From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Bender Date: Fri, 22 Jan 2010 01:29:18 +0000 Subject: Re: udev, input/linux.h and cross compilation Message-Id: <4B58FF6E.2040206@san.rr.com> List-Id: References: <4B5749A9.2090005@san.rr.com> In-Reply-To: <4B5749A9.2090005@san.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On 1/21/2010 3:00 AM, Martin Pitt wrote: > echo '#include' | cpp -M | xargs -n1 | grep linux/input.h I believe that would work once cpp is replaced with $ac_cpp so that the correct cpp is used (the one pointed to by $CPP) and the correct cpp flags are used (the flags in $CPPFLAGS). However, it adds dependencies on grep and xargs, both of which would need to be tested for.