From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: Re: [PATCH 04/20] autoconf: New test for openpty et al. Date: Mon, 16 Apr 2012 11:35:14 +0100 Message-ID: <20363.62946.40242.576539@mariner.uk.xensource.com> References: <1334342414-10289-1-git-send-email-ian.jackson@eu.citrix.com> <1334342414-10289-5-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Roger Pau Monne Cc: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org Roger Pau Monne writes ("Re: [Xen-devel] [PATCH 04/20] autoconf: New test for openpty et al."): > > +#ifdef INCLUDE_LIBUTIL_H > > +#include INCLUDE_LIBUTIL_H > > +#endif > > + > > Maybe I'm missing something, because this autoconf macros are hard to read, but shouldn't you add something like > > #undef INCLUDE_LIBUTIL_H > > to tools/config.h.in, so the generated config.h contains this define? Yes. This is normally done by autoheader, which is normally done by autogen.sh. But I see that we aren't running autoheader. I will see about fixing that. Ian.