[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#9080: config.guess of automake not up to date (AIX 7.1)
From: |
Christian Volkmann |
Subject: |
bug#9080: config.guess of automake not up to date (AIX 7.1) |
Date: |
Thu, 14 Jul 2011 13:28:23 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110708 Firefox/5.0 SeaMonkey/2.2 |
Hi,
config.guess of the automake package does not detect AIX 7.1.
It detects rs6000-ibm-aix instead of powerpc-ibm-aix7.1.0.0
Please update this file for the next automake release, e.g.
from libtool.
libtool contains already a correct detection.
aix01=> ./share/libtool/config/config.guess
powerpc-ibm-aix7.1.0.0
aix01=> ./share/automake-1.11/config.guess
rs6000-ibm-aix
aix01=> diff ./share/automake-1.11/config.guess
./share/libtool/config/config.guess
4c4
< # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
---
> # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
7c7
< timestamp='2009-11-20'
---
> timestamp='2010-08-21'
59,60c59,61
< Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
< 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
---
> Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
> 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
> Software Foundation, Inc.
94c95
< trap 'exit 1' 1 2 15
---
> trap 'exit 1' HUP INT TERM
108c109
< trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13
15 ;
---
> trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" HUP INT
PIPE TERM ;
554c555
< *:AIX:*:[456])
---
> *:AIX:*:[4567])
968a970,972
> exit ;;
> tile*:Linux:*:*)
> echo ${UNAME_MACHINE}-tilera-linux-gnu
Best regards,
Christian
Christian Volkmann
Senior System Engineer
Orga Systems GmbH | Am Hoppenhof 33 | 33104 Paderborn | Germany
Geschäftsführer Ramez Younan, Frank Stehling | Amtsgericht Paderborn | HRB 6249
E-Mail: address@hidden | Tel: +49 5251 8749 3420 | Fax: +49 5251 8749 49 3420
Internet: www.orga-systems.com
Orga Systems - # 1 choice for real-time charging and billing
The information included in this e-mail and any files transmitted with it is
strictly confidential and may be privileged or otherwise protected from
disclosure. If you are not the intended recipient, please notify the sender
immediately by e-mail and delete this e-mail as well as any attachment from
your system. If you are not the intended recipient you are not authorized to
use and/or copy this message and/or attachment and/or disclose the contents to
any other person.
- bug#9080: config.guess of automake not up to date (AIX 7.1),
Christian Volkmann <=