On 04/24/2014 03:54 AM, Ludovic Courtès wrote:
>> I don't see an AC_CONFIG_FILES() in configure.ac that tries to create
>> guild solely at configure time. Therefore, I assume it's being created
>> at make time - but which Makefile.am is responsible for creating it?
>
> No, there was a ‘GUILE_CON
Eric Blake skribis:
> On 04/24/2014 03:54 AM, Ludovic Courtès wrote:
>
>>> I don't see an AC_CONFIG_FILES() in configure.ac that tries to create
>>> guild solely at configure time. Therefore, I assume it's being created
>>> at make time - but which Makefile.am is responsible for creating it?
>>
Eric Blake skribis:
> On 04/23/2014 04:49 PM, Ludovic Courtès wrote:
>> I’m looking at an instance of the same problem: Guile comes with a
>> binary called ‘guild’ that calls out to the ‘guile’ program.
>>
>> The approach I implemented some time ago (and which, ahem, happens to be
>> broken beca