Re: [BUG][PATCH] configure.ac: Respect the configured freetype-config

2013-06-15 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 11.06.2013 19:31, David Michael wrote: Hi, A patch with a ChangeLog entry follows. I didn't see very specific submission guidelines, so let me know if this message needs to be sent in some more rigid format. Thanks. Patch is good. Comitting it. @Andrey: Thanks for handling this.

Re: [BUG][PATCH] configure.ac: Respect the configured freetype-config

2013-06-11 Thread David Michael
Hi, Upon further consideration, I modified my cross-freetype package to also install a host-prefixed freetype-config in the system path. I probably should have been doing this all along to mimic the equivalent pkg-config commands... I would therefore suggest changing AC_CHECK_PROGS to

Re: [BUG][PATCH] configure.ac: Respect the configured freetype-config

2013-06-11 Thread Andrey Borzenkov
В Tue, 11 Jun 2013 10:31:31 -0400 David Michael fedora@gmail.com пишет: Hi, Upon further consideration, I modified my cross-freetype package to also install a host-prefixed freetype-config in the system path. I probably should have been doing this all along to mimic the equivalent

Re: [BUG][PATCH] configure.ac: Respect the configured freetype-config

2013-06-11 Thread David Michael
Hi, On Tue, Jun 11, 2013 at 10:48 AM, Andrey Borzenkov arvidj...@gmail.com wrote: Does it also work for non-cross build? AFAIK it should, but just to confirm? Yes, I did a native build and verified its grub-mkfont still runs, and its output files match sha1sums of fonts from my distro's theme

Re: [BUG][PATCH] configure.ac: Respect the configured freetype-config

2013-06-11 Thread Andrey Borzenkov
В Tue, 11 Jun 2013 11:23:43 -0400 David Michael fedora@gmail.com пишет: Hi, On Tue, Jun 11, 2013 at 10:48 AM, Andrey Borzenkov arvidj...@gmail.com wrote: Does it also work for non-cross build? AFAIK it should, but just to confirm? Yes, I did a native build and verified its

Re: [BUG][PATCH] configure.ac: Respect the configured freetype-config

2013-06-11 Thread David Michael
Hi, A patch with a ChangeLog entry follows. I didn't see very specific submission guidelines, so let me know if this message needs to be sent in some more rigid format. Thanks. David === modified file 'ChangeLog' --- ChangeLog 2013-06-07 16:36:42 + +++ ChangeLog 2013-06-11 16:28:03

Re: [BUG][PATCH] configure.ac: Respect the configured freetype-config

2013-06-10 Thread David Michael
Hi, On Sat, Jun 8, 2013 at 12:00 AM, Andrey Borzenkov arvidj...@gmail.com wrote: In my case, I noticed this issue while attempting to cross-compile GRUB for another system. It needs to use the cross-compiled freetype configuration, but the build system has its native freetype-config installed

Re: [BUG][PATCH] configure.ac: Respect the configured freetype-config

2013-06-09 Thread Paul Menzel
Am Samstag, den 08.06.2013, 08:00 +0400 schrieb Andrey Borzenkov: В Fri, 7 Jun 2013 14:35:10 -0400 David Michael fedora@gmail.com пишет: On Fri, Jun 7, 2013 at 2:20 PM, Andrey Borzenkov arvidj...@gmail.com wrote: But FREETYPE cannot be anything than freetype-config, can it? Do you

[BUG][PATCH] configure.ac: Respect the configured freetype-config

2013-06-07 Thread David Michael
Hi, It seems that the configure script detects freetype-config in the usual manner, but when this command is needed, it will only call a hard-coded freetype-config. Can something like this fix be applied to call the configured program? Thanks. David === modified file 'configure.ac' ---

Re: [BUG][PATCH] configure.ac: Respect the configured freetype-config

2013-06-07 Thread Andrey Borzenkov
В Fri, 7 Jun 2013 14:04:59 -0400 David Michael fedora@gmail.com пишет: Hi, It seems that the configure script detects freetype-config in the usual manner, but when this command is needed, it will only call a hard-coded freetype-config. But FREETYPE cannot be anything than

Re: [BUG][PATCH] configure.ac: Respect the configured freetype-config

2013-06-07 Thread David Michael
Hi, On Fri, Jun 7, 2013 at 2:20 PM, Andrey Borzenkov arvidj...@gmail.com wrote: But FREETYPE cannot be anything than freetype-config, can it? Do you actually have situation when AC_CHECK_PROGS([FREETYPE], [freetype-config]) succeeds but call to freetype-config fails? In my case, I noticed

Re: [BUG][PATCH] configure.ac: Respect the configured freetype-config

2013-06-07 Thread Andrey Borzenkov
В Fri, 7 Jun 2013 14:35:10 -0400 David Michael fedora@gmail.com пишет: Hi, On Fri, Jun 7, 2013 at 2:20 PM, Andrey Borzenkov arvidj...@gmail.com wrote: But FREETYPE cannot be anything than freetype-config, can it? Do you actually have situation when AC_CHECK_PROGS([FREETYPE],