Hello,

When doing an out of source check, I get the following error with 
make check, in info/:

./infokey --output t/Info-config ../../../texinfo/info/t/Infokey-config
infokey: cannot create output file `t/Info-config' - No such file or directory
make[3]: *** [t/Info-config] Error 1

I think that the problem is because the t/ directory does not exists.

After I mkdir t, all the tests fail because:

../../../texinfo/info/t/file-index.sh: line 17: t/Init-test.inc: No such file 
or directory

I guess that you have to use $srcdir for t/Init-test.inc.

It seems to work with replacing . t/Init-test.inc by:

srcdir=${srcdir:-.}

. $srcdir/t/Init-test.inc

-- 
Pat

Reply via email to