[EMAIL PROTECTED] (Ludovic Courtès) writes:
> Hi,
>
> Neil Jerram <[EMAIL PROTECTED]> writes:
>
>> The patch below cures this, but is it correct?
>
> No, because M4 macro `gl_EARLY' requires `AC_GNU_SOURCE', which in turn
> defines `_GNU_SOURCE' when available.
>
> My `config.h' here contains this:
>
> /* Enable GNU extensions on systems that have them. */
> #ifndef _GNU_SOURCE
> # define _GNU_SOURCE 1
> #endif
>
> If yours doesn't, I suspect you have to run "autoheader && ./configure"
> again (or similar).
I tried that, but still have no mention of _GNU_SOURCE in my config.h.
I also did a `find-grep-dired' for gl_EARLY in /usr/share/autoconf and
/usr/share/automake-1.10: no occurrences found at all.
Where is gl_EARLY supposed to be defined? Once I know that, I can
dig deeper about what's not working in my system.
Regards,
Neil
_______________________________________________
Bug-guile mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-guile