[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gnulib needed in AC_CHECK_HEADERS
From: |
Sylvain Beucler |
Subject: |
Re: Gnulib needed in AC_CHECK_HEADERS |
Date: |
Mon, 8 Oct 2007 20:30:14 +0200 |
User-agent: |
Mutt/1.5.16 (2007-06-11) |
On Mon, Oct 08, 2007 at 07:44:37AM +0200, Ralf Wildenhues wrote:
> Hello Sylvain,
>
> * Sylvain Beucler wrote on Sun, Oct 07, 2007 at 10:41:34PM CEST:
> [...]
> > However at that point the Gnulib include path is not set (the
> > documentation recommends to do so in Makefile.am, not as early as
> > configure.ac).
> >
> > Moreover, I can't find a way to specify $top_srcdir and $top_builddir
> > in configure.ac, apparently those variables are not available there.
>
> For code run at configure time, the former is $srcdir and the latter is
> `.'. For code run at config.status time, use the variables listed in
> <http://www.gnu.org/software/autoconf/manual/html_node/Configuration-Actions.html>.
>
> Hope that helps.
Hi,
I'll do that with a temporary CPPFLAGS variable.
If there's something more "pretty", please tell ;)
Thanks,
--
Sylvain