[solved] Re: Autoconf from git doesn't compile

2007-11-09 Thread alexander . kahl
> That "'" is certainly a bug. I installed this patch, not that it will > fix your problem. > > 2007-11-09 Paul Eggert <[EMAIL PROTECTED]> > > * GNUmakefile (PATH): Remove stray apostrophes; they become > part of PATH, which isn't wanted here. > > diff --git a/GNUmakefile b/GNUmak

Re: Autoconf from git doesn't compile

2007-11-09 Thread alexander . kahl
> > make exists and was already found : > > Where is it, exactly? make could be found in /tools/bin but obviously something is messed > > 4721 stat64("/tools/bin\'/make", 0xbfeec768) = -1 ENOENT (No such file or > > directory) I will try your patch when I'm back at home Thank you very much :)

Re: Autoconf from git doesn't compile

2007-11-09 Thread Paul Eggert
I don't observe the problem on my Debian stable platform. Alexander Kahl <[EMAIL PROTECTED]> writes: > make exists and was already found : Where is it, exactly? > 4721 stat64("\'/autoconf-build/autoconf/tests/make", 0xbfeec768) = -1 ENOENT > (No such file or directory) That "'" is certainly

Autoconf from git doesn't compile

2007-11-08 Thread Alexander Kahl
Hi, I tried to compile autoconf from latest git and had the following problem after running "configure": config.status: creating bin/Makefile config.status: executing tests/atconfig commands Making all in bin /bin/sh: line 17: make: command not found make: *** [all-recursive] Error 1 but make