>> Can you provide a patch?
> 
> There you go.

Alas, it doesn't apply due to e-mail distortion: missing tabs, wrapped
lines, wrong encoding – must be a one-byte encoding (either cp850 or
cp437 so that 0xFF becomes the non-breaking space character) for
`detect.mk', not utf-8.

> The info eats the leading whitespace though.

This can be avoided by using $(empty) variable:

  $(info $(empty)  foo  bar)

The basic question is whether the spaces between `foo' and `bar' do
survive...


    Werner
_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to