summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_io.py
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-08-28 06:29:09 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-08-28 06:29:09 (GMT)
commit6665cefb852fd728b6db25ce38d3ba3134c08044 (patch)
tree4f46818f3ad112823c0caddae2492dbf24f62954 /Lib/test/test_io.py
parent1b1498b42e00a5bbb29f67e49f5993a47fb9cceb (diff)
downloadcpython-6665cefb852fd728b6db25ce38d3ba3134c08044.zip
cpython-6665cefb852fd728b6db25ce38d3ba3134c08044.tar.gz
cpython-6665cefb852fd728b6db25ce38d3ba3134c08044.tar.bz2
Apply this change from 2.6. Hopefully it doesn't cause a conflict.
I really want to test the buildbots. This change is necessary to get the test to be more stable and not crash due to previous processes exitting.
Diffstat (limited to 'Lib/test/test_io.py')
0 files changed, 0 insertions, 0 deletions
n value='bug_3599789'>bug_3599789 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/unix/dltest/configure.in
blob: bd7b904919801e417839c1d532d94e5d66890c3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
dnl	This file is an input file used by the GNU "autoconf" program to
dnl	generate the file "configure", which is run to configure the
dnl	Makefile in this directory.
AC_INIT(pkga.c)
# RCS: @(#) $Id: configure.in,v 1.5 1999/04/16 00:48:06 stanton Exp $

# Recover information that Tcl computed with its configure script.

. ../tclConfig.sh

CC=$TCL_CC
AC_SUBST(CC)
SHLIB_CFLAGS=$TCL_SHLIB_CFLAGS
AC_SUBST(SHLIB_CFLAGS)
EXTRA_CFLAGS=$TCL_EXTRA_CFLAGS
AC_SUBST(EXTRA_CFLAGS)
SHLIB_LD=$TCL_SHLIB_LD
AC_SUBST(SHLIB_LD)
SHLIB_LD_LIBS=$TCL_SHLIB_LD_LIBS
AC_SUBST(SHLIB_LD_LIBS)
SHLIB_SUFFIX=$TCL_SHLIB_SUFFIX
AC_SUBST(SHLIB_SUFFIX)
SHLIB_VERSION=$TCL_SHLIB_VERSION
AC_SUBST(SHLIB_VERSION)
AC_SUBST(TCL_BUILD_STUB_LIB_SPEC)
TCL_LIBS=$TCL_LIBS
AC_SUBST(TCL_LIBS)
TCL_VERSION=$TCL_VERSION
AC_SUBST(TCL_VERSION)
TCL_DBGX=$TCL_DBGX
AC_SUBST(TCL_DBGX)

AC_OUTPUT(Makefile)