* Jack Kelly wrote on Mon, May 25, 2009 at 12:17:46AM CEST:
>
> 1. AM_PROG_GCJ might want to think about using AC_CHECK_TOOLS instead
> of AC_CHECK_PROGS - to catch a cross-compiled gcj that's building
> binaries for a different host.
Indeed. Applying the fix below, will push out soon.
> 2. The
On Sat 06 Jun 2009 15:21, l...@gnu.org (Ludovic Courtès) writes:
> Hi Andy,
>
> Andy Wingo writes:
>
>> Where automake comes in is that installing a file touches its mtime,
>> always, not preserving the mtime of the file being installed.
>
> Could it be solved with an `install-hook' target that w
Hi Andy,
Andy Wingo writes:
> Where automake comes in is that installing a file touches its mtime,
> always, not preserving the mtime of the file being installed.
Could it be solved with an `install-hook' target that would touch all
the installed `.go' files?
Thanks,
Ludo'.