ICU-1762 converter thread safety, UNIX fixes to threadtest.
X-SVN-Rev: 8003
This commit is contained in:
parent
ab71f1affb
commit
0c43711ac9
2
icu4c/source/configure
vendored
2
icu4c/source/configure
vendored
@ -4024,6 +4024,7 @@ trap 'rm -fr `echo "README icudefs.mk \
|
||||
test/collperf/Makefile \
|
||||
test/thaitest/Makefile \
|
||||
test/letest/Makefile \
|
||||
test/threadtest/Makefile \
|
||||
samples/Makefile samples/date/Makefile samples/cal/Makefile samples/layout/Makefile \
|
||||
common/unicode/platform.h common/icucfg.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
||||
EOF
|
||||
@ -4207,6 +4208,7 @@ CONFIG_FILES=\${CONFIG_FILES-"README icudefs.mk \
|
||||
test/collperf/Makefile \
|
||||
test/thaitest/Makefile \
|
||||
test/letest/Makefile \
|
||||
test/threadtest/Makefile \
|
||||
samples/Makefile samples/date/Makefile samples/cal/Makefile samples/layout/Makefile \
|
||||
common/unicode/platform.h"}
|
||||
EOF
|
||||
|
@ -4,7 +4,7 @@ dnl Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
dnl others. All Rights Reserved.
|
||||
dnl Stephen F. Booth, heavily modified by Yves and others
|
||||
|
||||
dnl $Id: configure.in,v 1.159 2002/03/12 22:02:25 srl Exp $
|
||||
dnl $Id: configure.in,v 1.160 2002/03/13 21:44:34 aheninger-oss Exp $
|
||||
|
||||
dnl Process this file with autoconf to produce a configure script
|
||||
AC_INIT(common/unicode/utypes.h)
|
||||
@ -936,6 +936,7 @@ AC_OUTPUT([README icudefs.mk \
|
||||
test/collperf/Makefile \
|
||||
test/thaitest/Makefile \
|
||||
test/letest/Makefile \
|
||||
test/threadtest/Makefile \
|
||||
samples/Makefile samples/date/Makefile samples/cal/Makefile samples/layout/Makefile \
|
||||
common/unicode/platform.h])
|
||||
|
||||
|
@ -33,7 +33,7 @@ endif
|
||||
LDFLAGS = @LDFLAGS@ $(RPATHLDFLAGS)
|
||||
LIBS = $(LIBICUI18N) $(LIBICUUC) @LIBS@ @LIB_M@
|
||||
|
||||
OBJECTS = threadtest.o
|
||||
OBJECTS = threadtest.o stringtest.o converttest.o
|
||||
|
||||
DEPS = $(OBJECTS:.o=.d)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user