bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Reliance on <config.h>


From: Ludovic Courtès
Subject: Reliance on <config.h>
Date: Tue, 17 Jul 2007 17:58:34 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Hi,

I just noticed that Gnulib modules rely on the availability of a
`#include'able <config.h> file.

I'm using Gnulib in a project that does:

  AC_CONFIG_HEADER([some-special-name.h])

There, Gnulib modules fail to compile because <config.h> is not
available.  I'd happily work around this by doing something like:

  AC_CONFIG_HEADERS([some-special-name.h lib/config.h])

but then `autoheader' does not generate `lib/config.h.in', which is a
pain.

Any hint?

Thanks,
Ludovic.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]