From 571fb8184e920b40135418b9dcf76461ff4d2571 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Tue, 12 Mar 2002 22:02:26 +0000 Subject: [PATCH] ICU-837 add iotest's makefile.in to the generated list (not built automatically for now) X-SVN-Rev: 7955 --- icu4c/source/configure | 4 ++-- icu4c/source/configure.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/icu4c/source/configure b/icu4c/source/configure index 36d184ec54..10c10df132 100755 --- a/icu4c/source/configure +++ b/icu4c/source/configure @@ -4019,7 +4019,7 @@ trap 'rm -fr `echo "README icudefs.mk \ tools/gennorm/Makefile \ tools/genprops/Makefile \ tools/dumpce/Makefile \ - test/Makefile test/testdata/Makefile test/intltest/Makefile test/cintltst/Makefile \ + test/Makefile test/testdata/Makefile test/intltest/Makefile test/cintltst/Makefile test/iotest/Makefile \ test/ieeetest/Makefile \ test/collperf/Makefile \ test/thaitest/Makefile \ @@ -4202,7 +4202,7 @@ CONFIG_FILES=\${CONFIG_FILES-"README icudefs.mk \ tools/gennorm/Makefile \ tools/genprops/Makefile \ tools/dumpce/Makefile \ - test/Makefile test/testdata/Makefile test/intltest/Makefile test/cintltst/Makefile \ + test/Makefile test/testdata/Makefile test/intltest/Makefile test/cintltst/Makefile test/iotest/Makefile \ test/ieeetest/Makefile \ test/collperf/Makefile \ test/thaitest/Makefile \ diff --git a/icu4c/source/configure.in b/icu4c/source/configure.in index 06ff6f75d7..e152a644b7 100644 --- a/icu4c/source/configure.in +++ b/icu4c/source/configure.in @@ -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.158 2002/03/12 03:51:04 srl Exp $ +dnl $Id: configure.in,v 1.159 2002/03/12 22:02:25 srl Exp $ dnl Process this file with autoconf to produce a configure script AC_INIT(common/unicode/utypes.h) @@ -931,7 +931,7 @@ AC_OUTPUT([README icudefs.mk \ tools/gennorm/Makefile \ tools/genprops/Makefile \ tools/dumpce/Makefile \ - test/Makefile test/testdata/Makefile test/intltest/Makefile test/cintltst/Makefile \ + test/Makefile test/testdata/Makefile test/intltest/Makefile test/cintltst/Makefile test/iotest/Makefile \ test/ieeetest/Makefile \ test/collperf/Makefile \ test/thaitest/Makefile \