You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Joe Orton <jo...@manyfish.co.uk> on 2004/02/22 23:15:57 UTC

Re: cvs commit: apr-util/build apu-hints.m4

On Mon, Dec 22, 2003 at 10:43:49PM -0000, Jeff Trawick wrote:
>   Fix xlate.c compile failure on AIX 5.2.
..
>   --- apu-hints.m4	28 May 2003 04:45:46 -0000	1.3
>   +++ apu-hints.m4	22 Dec 2003 22:43:49 -0000	1.3.2.1
>   @@ -24,7 +24,7 @@
...
>   -    *-ibm-aix*)
>   +    *-ibm-aix4*|*-ibm-aix5.1*)
>            APR_SETIFNULL(apu_iconv_inbuf_const, [1])
>            ;;

Just noticed: does that intentionally miss out the *-ibm-aix5.0* case?

joe

Re: cvs commit: apr-util/build apu-hints.m4

Posted by Jeff Trawick <tr...@attglobal.net>.
Joe Orton wrote:
> On Mon, Dec 22, 2003 at 10:43:49PM -0000, Jeff Trawick wrote:
> 
>>  Fix xlate.c compile failure on AIX 5.2.
> 
> ..
> 
>>  --- apu-hints.m4	28 May 2003 04:45:46 -0000	1.3
>>  +++ apu-hints.m4	22 Dec 2003 22:43:49 -0000	1.3.2.1
>>  @@ -24,7 +24,7 @@
> 
> ...
> 
>>  -    *-ibm-aix*)
>>  +    *-ibm-aix4*|*-ibm-aix5.1*)
>>           APR_SETIFNULL(apu_iconv_inbuf_const, [1])
>>           ;;
> 
> 
> Just noticed: does that intentionally miss out the *-ibm-aix5.0* case?

no such thing

in traditional (i.e., since I was in kindergarten) IBM terms, 5.1 would be 
"release 1 of version 5"

most products use more common meaning where the .1 is more like "revision 1 of 
release X"