ICU-837 add iotest's makefile.in to the generated list (not built automatically for now)

X-SVN-Rev: 7955
This commit is contained in:
Steven R. Loomis 2002-03-12 22:02:26 +00:00
parent 68f38c3807
commit 571fb8184e
2 changed files with 4 additions and 4 deletions

View File

@ -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 \

View File

@ -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 \