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