* Bruno Haible wrote on Thu, Sep 25, 2008 at 02:42:39PM CEST:
> > `/home/yoann/dev/prelude/git/libprelude/libmissing/tests'
> > i586-mingw32msvc-gcc -std=gnu99 -g -O2    test-alloca-opt.c   -o
> > test-alloca-opt
> > test-alloca-opt.c:19:20: error: config.h: No such file or directory
> > test-alloca-opt.c:21:20: error: alloca.h: No such file or directory
> > make[5]: *** [test-alloca-opt] Error 1
[...]
> Can you investigate? I cannot reproduce.

This is probably a followup error of using Automake < 1.10.
The target test-alloca-opt.exe will built correctly, the target
test-alloca-opt only through a GNU make builtin rule (which lacks
some of the flags).

Cheers,
Ralf


Reply via email to