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

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 :)

[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 cvs

2007-11-18 Thread Alexander Kahl
I have an equal problem with autoconf from git. Like Patrick I got autoconf (GNU Autoconf) UNKNOWN and because of that other software projects won't compile. I tried echo 2.61a.2.61a.299-9066 > .version in autoconf dir but autoconf doesn't seem to use it (maybe I did something wrong). Best re

Re: autoconf from cvs

2007-11-18 Thread Alexander Kahl
I'm using snapshot of 2007-11-17 and an already compiled version of autoconf git from same date (maybe this causes the trouble?). $ autoconf --version $ autoconf (GNU Autoconf) 2.61a.299-9066 $ build-aux/git-version-gen . .version; echo $ UNKNOWN but when I use my host version: $ auto