Re: Using $program_transform_name from ‘configure’

2014-04-24 Thread Eric Blake
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

Re: Using $program_transform_name from ‘configure’

2014-04-24 Thread Ludovic Courtès
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? >>

Re: Using $program_transform_name from ‘configure’

2014-04-24 Thread Ludovic Courtès
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