KO Myung-Hun wrote:
> 
> 
> Eric Blake wrote:
>> On 12/09/2014 02:17 PM, Gary V. Vaughan wrote:
>>
>>>>> +#if OS2 +#  define UNIXROOT "/@unixroot" +#else +#  define
>>>>> UNIXROOT "" +#endif + void m4__include_init (m4 *context) { 
>>>>> @@ -393,7 +399,7 @@ m4__include_init (m4 *context) 
>>>>> search_path_add (info, "", false);
>>>>>
>>>>> /* Non-core modules installation directory. */ -
>>>>> search_path_add (info, PKGLIBDIR, false); +
>>>>> search_path_add (info, UNIXROOT PKGLIBDIR, false); }
>>>>>
>>>>> #ifdef DEBUG_INCL
>>>
>>> This seems like papering over the cracks to me.
>>>
>>> Wouldn't it be better to fix this for every project by patching
>>> the gnulib configmake module to set the appropriate prefix for
>>> all the configured directories?
>>
>> Or even fix autoconf/automake so that PKGLIBDIR is defined with
>> UNIXROOT to begin with.  Ideally, PKGLIBDIR should be the right
>> string.
>>
> 
> Ah, ok. I'll investigate this way, too.
> 

I've some tested with --prefix=/@unixroot/usr. Unfortunately, however,
it did not work as expected.

Because /@unixroot notation is specific to kLIBC, and many tools not
built with kLIBC exist. Those tools do not understand /@unixroot. After
all, to use /@unixroot in autoconf/automake is not adequate.

-- 
KO Myung-Hun

Using Mozilla SeaMonkey 2.7.2
Under OS/2 Warp 4 for Korean with FixPak #15
In VirtualBox v4.1.32 on Intel Core i7-3615QM 2.30GHz with 8GB RAM

Korean OS/2 User Community : http://www.ecomstation.co.kr


_______________________________________________
M4-patches mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/m4-patches

Reply via email to