[Gimp-developer] autogen.sh on msys

2004-11-25 Thread lode . leroy
IIRC, autogen checks for versionned automakes and aclocals to see if newer versions are installed in parallel to the non-versionned ones. I think it misses the latest (1.8 and 1.9, and just checks for 1.7 or 1.6) I modified my autogen.sh to test for newer versions of automake: echo -n checking

Re: [Gimp-developer] autogen.sh on msys

2004-11-25 Thread Sven Neumann
Hi, [EMAIL PROTECTED] writes: IIRC, autogen checks for versionned automakes and aclocals to see if newer versions are installed in parallel to the non-versionned ones. I think it misses the latest (1.8 and 1.9, and just checks for 1.7 or 1.6) You are using an old autogen.sh then. The CVS

Re: [Gimp-developer] autogen.sh on msys

2004-11-23 Thread pvt . benkovsk
On Mon, Nov 22, 2004 at 08:59:59PM +0100, Michael Natterer wrote: Hi, What version of GIMP is this? (assuming this is CVS HEAD, it looks like there is something wrong with expr and the test fails because of that, rather than because of too old automake). What does /bin/sh point to?

[Gimp-developer] autogen.sh on msys

2004-11-22 Thread [EMAIL PROTECTED]
Something seems wrong with autogen.sh for gimp It doesn't seem to recognize automake 1.8.3 from mingw.org is newer than 1.6 I think that either the HACKING file should be updated to say what works or at least to say that it doesn't work if the problem isn't fixed. _-T $ ./autogen.sh I am

Re: [Gimp-developer] autogen.sh on msys

2004-11-22 Thread Michael Schumacher
[EMAIL PROTECTED] wrote: Something seems wrong with autogen.sh for gimp It doesn't seem to recognize automake 1.8.3 from mingw.org is newer than 1.6 I think that either the HACKING file should be updated to say what works or at least to say that it doesn't work if the problem isn't fixed. It

Re: [Gimp-developer] autogen.sh on msys

2004-11-22 Thread Sven Neumann
Hi, [EMAIL PROTECTED] [EMAIL PROTECTED] writes: Something seems wrong with autogen.sh for gimp It doesn't seem to recognize automake 1.8.3 from mingw.org is newer than 1.6 Is your automake executable versioned? It shouldn't be called automake, but automake-1.8. If that is the case, what is