Commit 07f9a092 authored by Jesus Cea's avatar Jesus Cea

Merged revisions 80576 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r80576 | jesus.cea | 2010-04-28 13:35:30 +0200 (Wed, 28 Apr 2010) | 9 lines

  Merged revisions 80574 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r80574 | jesus.cea | 2010-04-28 12:32:30 +0200 (Wed, 28 Apr 2010) | 1 line

    Issue #3928: Support 'os.mknod()' in Solaris
  ........
................
parent 3add63a6
...@@ -116,6 +116,8 @@ Library ...@@ -116,6 +116,8 @@ Library
Build Build
----- -----
- Issue #3928: os.mknod() now available in Solaris, also.
- Issue #6716: Quote -x arguments of compileall in MSI installer. - Issue #6716: Quote -x arguments of compileall in MSI installer.
Exclude 2to3 tests from compileall. Exclude 2to3 tests from compileall.
......
#! /bin/sh #! /bin/sh
# From configure.in Revision: 79354 . # From configure.in Revision: 80192 .
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 3.1. # Generated by GNU Autoconf 2.61 for python 3.1.
# #
...@@ -3843,7 +3843,7 @@ else ...@@ -3843,7 +3843,7 @@ else
{ echo "$as_me:$LINENO: result: no" >&5 { echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; } echo "${ECHO_T}no" >&6; }
fi fi
rm -f -r conftest* rm -f conftest*
...@@ -5415,7 +5415,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -5415,7 +5415,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else else
ac_cv_header_stdc=no ac_cv_header_stdc=no
fi fi
rm -f -r conftest* rm -f conftest*
fi fi
...@@ -5436,7 +5436,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -5436,7 +5436,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else else
ac_cv_header_stdc=no ac_cv_header_stdc=no
fi fi
rm -f -r conftest* rm -f conftest*
fi fi
...@@ -6534,7 +6534,7 @@ _ACEOF ...@@ -6534,7 +6534,7 @@ _ACEOF
fi fi
rm -f -r conftest* rm -f conftest*
{ echo "$as_me:$LINENO: result: $was_it_defined" >&5 { echo "$as_me:$LINENO: result: $was_it_defined" >&5
echo "${ECHO_T}$was_it_defined" >&6; } echo "${ECHO_T}$was_it_defined" >&6; }
...@@ -6548,7 +6548,14 @@ _ACEOF ...@@ -6548,7 +6548,14 @@ _ACEOF
cat confdefs.h >>conftest.$ac_ext cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
#if defined(MAJOR_IN_MKDEV)
#include <sys/mkdev.h>
#elif defined(MAJOR_IN_SYSMACROS)
#include <sys/sysmacros.h>
#else
#include <sys/types.h> #include <sys/types.h>
#endif
int int
main () main ()
{ {
...@@ -7064,7 +7071,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -7064,7 +7071,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else else
ac_cv_type_uid_t=no ac_cv_type_uid_t=no
fi fi
rm -f -r conftest* rm -f conftest*
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 { echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
...@@ -14479,7 +14486,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -14479,7 +14486,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else else
unistd_defines_pthreads=no unistd_defines_pthreads=no
fi fi
rm -f -r conftest* rm -f conftest*
{ echo "$as_me:$LINENO: result: $unistd_defines_pthreads" >&5 { echo "$as_me:$LINENO: result: $unistd_defines_pthreads" >&5
echo "${ECHO_T}$unistd_defines_pthreads" >&6; } echo "${ECHO_T}$unistd_defines_pthreads" >&6; }
...@@ -15947,7 +15954,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -15947,7 +15954,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
$EGREP "yes" >/dev/null 2>&1; then $EGREP "yes" >/dev/null 2>&1; then
ipv6type=$i ipv6type=$i
fi fi
rm -f -r conftest* rm -f conftest*
;; ;;
kame) kame)
...@@ -15970,7 +15977,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -15970,7 +15977,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ipv6libdir=/usr/local/v6/lib ipv6libdir=/usr/local/v6/lib
ipv6trylibc=yes ipv6trylibc=yes
fi fi
rm -f -r conftest* rm -f conftest*
;; ;;
linux-glibc) linux-glibc)
...@@ -15991,7 +15998,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -15991,7 +15998,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ipv6type=$i; ipv6type=$i;
ipv6trylibc=yes ipv6trylibc=yes
fi fi
rm -f -r conftest* rm -f conftest*
;; ;;
linux-inet6) linux-inet6)
...@@ -16029,7 +16036,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -16029,7 +16036,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ipv6lib=inet6; ipv6lib=inet6;
ipv6libdir=/usr/local/v6/lib ipv6libdir=/usr/local/v6/lib
fi fi
rm -f -r conftest* rm -f conftest*
;; ;;
v6d) v6d)
...@@ -16052,7 +16059,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -16052,7 +16059,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ipv6libdir=/usr/local/v6/lib; ipv6libdir=/usr/local/v6/lib;
BASECFLAGS="-I/usr/local/v6/include $BASECFLAGS" BASECFLAGS="-I/usr/local/v6/include $BASECFLAGS"
fi fi
rm -f -r conftest* rm -f conftest*
;; ;;
zeta) zeta)
...@@ -16074,7 +16081,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -16074,7 +16081,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ipv6lib=inet6; ipv6lib=inet6;
ipv6libdir=/usr/local/v6/lib ipv6libdir=/usr/local/v6/lib
fi fi
rm -f -r conftest* rm -f conftest*
;; ;;
esac esac
...@@ -24327,7 +24334,7 @@ cat >>confdefs.h <<\_ACEOF ...@@ -24327,7 +24334,7 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF _ACEOF
fi fi
rm -f -r conftest* rm -f conftest*
cat >conftest.$ac_ext <<_ACEOF cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */ /* confdefs.h. */
...@@ -24346,7 +24353,7 @@ cat >>confdefs.h <<\_ACEOF ...@@ -24346,7 +24353,7 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF _ACEOF
fi fi
rm -f -r conftest* rm -f conftest*
fi fi
...@@ -24616,7 +24623,7 @@ cat >>confdefs.h <<\_ACEOF ...@@ -24616,7 +24623,7 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF _ACEOF
fi fi
rm -f -r conftest* rm -f conftest*
fi fi
......
...@@ -1322,7 +1322,14 @@ AC_MSG_RESULT($was_it_defined) ...@@ -1322,7 +1322,14 @@ AC_MSG_RESULT($was_it_defined)
# Check whether using makedev requires defining _OSF_SOURCE # Check whether using makedev requires defining _OSF_SOURCE
AC_MSG_CHECKING(for makedev) AC_MSG_CHECKING(for makedev)
AC_TRY_LINK([#include <sys/types.h> ], AC_TRY_LINK([
#if defined(MAJOR_IN_MKDEV)
#include <sys/mkdev.h>
#elif defined(MAJOR_IN_SYSMACROS)
#include <sys/sysmacros.h>
#else
#include <sys/types.h>
#endif ],
[ makedev(0, 0) ], [ makedev(0, 0) ],
ac_cv_has_makedev=yes, ac_cv_has_makedev=yes,
ac_cv_has_makedev=no) ac_cv_has_makedev=no)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment