Re: AM_PROG_GCJ fails at `make' if nothing else defines OBJEXT

2009-06-06 Thread Ralf Wildenhues
* 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

Re: preserving timestamps on installation

2009-06-06 Thread Andy Wingo
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

Re: preserving timestamps on installation

2009-06-06 Thread Ludovic Courtès
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'.