[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libc
From: |
Fred Kiefer |
Subject: |
Re: libc |
Date: |
Sun, 24 Nov 2013 13:06:13 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 |
Not sure which project your are referring to. If it is really "libc"
than this is the wrong mailing list. This one is about the GNUstep
project not the general GNU project.
Fred
On 24.11.2013 08:24, carl hansen wrote:
> in configure it says:
>
> $as_echo_n "checking version of $MAKE... " >&6; }
> ac_prog_version=`$MAKE --version 2>&1 | sed -n 's/^.*GNU
> Make[^0-9]*\([0-9][0-9.]*\).*$/\1/p'`
> case $ac_prog_version in
> '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
> 3.79* | 3.[89]*)
> ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
>
>
> see the line 3.79* | 3.[89]*)
>
> Now make is 4.0
>
> The fix:
>
> 3.79* | 3.[89]* | 4.* )
>
> now all is well, as far as building goes.
- libc, carl hansen, 2013/11/24