[Python-checkins] python/dist/src configure, 1.443, 1.444 configure.in, 1.454, 1.455 (original) (raw)
loewis at users.sourceforge.net loewis at users.sourceforge.net
Fri May 7 15:14:27 EDT 2004
- Previous message: [Python-checkins] python/dist/src configure, 1.416.4.13, 1.416.4.14 configure.in, 1.427.4.12, 1.427.4.13
- Next message: [Python-checkins] get a diploma without going back to school
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvsroot/python/python/dist/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10004
Modified Files: configure configure.in Log Message: Record UnixWare 7.1.4 as broken. Fixes #929689. Backported to 2.3.
Index: configure
RCS file: /cvsroot/python/python/dist/src/configure,v retrieving revision 1.443 retrieving revision 1.444 diff -C2 -d -r1.443 -r1.444 *** configure 14 Apr 2004 07:55:28 -0000 1.443 --- configure 7 May 2004 19:14:14 -0000 1.444
*** 1,4 **** #! /bin/sh ! # From configure.in Revision: 1.453 .
Guess values for system-dependent variables and create Makefiles.
Generated by GNU Autoconf 2.57 for python 2.4.
--- 1,4 ---- #! /bin/sh ! # From configure.in Revision: 1.454 .
Guess values for system-dependent variables and create Makefiles.
Generated by GNU Autoconf 2.57 for python 2.4.
*** 1443,1447 **** # On UnixWare 7, u_long is never defined with _XOPEN_SOURCE, # but used in /usr/include/netinet/tcp.h. Reported by Tim Rice. ! OpenUNIX/8.0.0| UnixWare/7.1.[0-3]) define_xopen_source=no;; # On OpenServer 5, u_short is never defined with _XOPEN_SOURCE, --- 1443,1447 ---- # On UnixWare 7, u_long is never defined with _XOPEN_SOURCE, # but used in /usr/include/netinet/tcp.h. Reported by Tim Rice. ! OpenUNIX/8.0.0| UnixWare/7.1.[0-4]) define_xopen_source=no;; # On OpenServer 5, u_short is never defined with _XOPEN_SOURCE,
Index: configure.in
RCS file: /cvsroot/python/python/dist/src/configure.in,v retrieving revision 1.454 retrieving revision 1.455 diff -C2 -d -r1.454 -r1.455 *** configure.in 14 Apr 2004 07:55:30 -0000 1.454 --- configure.in 7 May 2004 19:14:14 -0000 1.455
*** 145,149 **** # On UnixWare 7, u_long is never defined with _XOPEN_SOURCE, # but used in /usr/include/netinet/tcp.h. Reported by Tim Rice. ! OpenUNIX/8.0.0| UnixWare/7.1.@<:@0-3@:>@) define_xopen_source=no;; # On OpenServer 5, u_short is never defined with _XOPEN_SOURCE, --- 145,150 ---- # On UnixWare 7, u_long is never defined with _XOPEN_SOURCE, # but used in /usr/include/netinet/tcp.h. Reported by Tim Rice. ! # Reconfirmed for 7.1.4 by Martin v. Loewis. ! OpenUNIX/8.0.0| UnixWare/7.1.@<:@0-4@:>@) define_xopen_source=no;; # On OpenServer 5, u_short is never defined with _XOPEN_SOURCE,
- Previous message: [Python-checkins] python/dist/src configure, 1.416.4.13, 1.416.4.14 configure.in, 1.427.4.12, 1.427.4.13
- Next message: [Python-checkins] get a diploma without going back to school
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]