diff --git a/icu4c/source/configure b/icu4c/source/configure index b993971f3c..a32626460e 100755 --- a/icu4c/source/configure +++ b/icu4c/source/configure @@ -4275,6 +4275,7 @@ trap 'rm -fr `echo "README icudefs.mk \ test/cintltst/Makefile \ test/iotest/Makefile \ test/ieeetest/Makefile \ + test/testmap/Makefile \ test/thaitest/Makefile \ test/letest/Makefile \ test/threadtest/Makefile \ @@ -4473,6 +4474,7 @@ CONFIG_FILES=\${CONFIG_FILES-"README icudefs.mk \ test/iotest/Makefile \ test/ieeetest/Makefile \ test/thaitest/Makefile \ + test/testmap/Makefile \ test/letest/Makefile \ test/threadtest/Makefile \ samples/Makefile samples/date/Makefile \ diff --git a/icu4c/source/configure.in b/icu4c/source/configure.in index 86f57726eb..535407161f 100644 --- a/icu4c/source/configure.in +++ b/icu4c/source/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 1999-2003, 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.190 2003/06/06 17:32:08 grhoten-oss Exp $ +dnl $Id: configure.in,v 1.191 2003/06/11 01:01:02 srl Exp $ dnl Process this file with autoconf to produce a configure script AC_INIT(common/unicode/utypes.h) @@ -948,6 +948,7 @@ AC_OUTPUT([README icudefs.mk \ test/iotest/Makefile \ test/ieeetest/Makefile \ test/thaitest/Makefile \ + test/testmap/Makefile \ test/letest/Makefile \ test/threadtest/Makefile \ samples/Makefile samples/date/Makefile \