Hi,

Neil Jerram <[EMAIL PROTECTED]> writes:

> [EMAIL PROTECTED] (Ludovic Courtès) writes:

>>   fa99215ca5959f83eeb093ada23a82622abb194e  m4/gnulib-cache.m4

> I had:
>
> 2219c92e4e68aa6aa0983cafa8570701e012a315  gnulib-cache.m4

This one differs from mine, which may explain why all the rest differs.

> So I guess the question becomes: why don't alloca.m4 and extensions.m4
> appear for me?

My `gnulib-cache.m4' is the same as the one in CVS HEAD:

  
http://cvs.savannah.gnu.org/viewvc/guile/guile-core/m4/gnulib-cache.m4?revision=1.1&root=guile&view=markup

It contains the line "gl_MODULES([alloca strcase])" so `gnulib-tool'
must at least pull the `alloca' and `strcase' modules.  It should also
pull their dependencies; `strcase' happens to depend on `string', which
in turn depends on `extensions', the module that ensures `_GNU_SOURCE'
is defined when available.

(Actually, we should be importing `extensions' explicitly rather than
rely on this side effect.)

Can you check your `gnulib-cache.m4'?

Thanks,
Ludovic.


_______________________________________________
Bug-guile mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to