ICU-1253 add test/letest to list of Makefiles

X-SVN-Rev: 6028
This commit is contained in:
Eric Mader 2001-10-03 23:52:15 +00:00
parent db16dba640
commit 9d14f29e83
2 changed files with 4 additions and 1 deletions

View File

@ -4019,6 +4019,7 @@ trap 'rm -fr `echo "README icudefs.mk \
test/ieeetest/Makefile \ test/ieeetest/Makefile \
test/collperf/Makefile \ test/collperf/Makefile \
test/thaitest/Makefile \ test/thaitest/Makefile \
test/letest/Makefile \
samples/Makefile samples/date/Makefile samples/cal/Makefile \ samples/Makefile samples/date/Makefile samples/cal/Makefile \
common/unicode/platform.h common/icucfg.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 common/unicode/platform.h common/icucfg.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF EOF
@ -4188,6 +4189,7 @@ CONFIG_FILES=\${CONFIG_FILES-"README icudefs.mk \
test/ieeetest/Makefile \ test/ieeetest/Makefile \
test/collperf/Makefile \ test/collperf/Makefile \
test/thaitest/Makefile \ test/thaitest/Makefile \
test/letest/Makefile \
samples/Makefile samples/date/Makefile samples/cal/Makefile \ samples/Makefile samples/date/Makefile samples/cal/Makefile \
common/unicode/platform.h"} common/unicode/platform.h"}
EOF EOF

View File

@ -4,7 +4,7 @@ dnl Copyright (c) 1999-2000, International Business Machines Corporation and
dnl others. All Rights Reserved. dnl others. All Rights Reserved.
dnl Stephen F. Booth, heavily modified by Yves and others dnl Stephen F. Booth, heavily modified by Yves and others
dnl $Id: configure.in,v 1.120 2001/09/27 18:33:55 yves-oss Exp $ dnl $Id: configure.in,v 1.121 2001/10/03 23:52:15 emader-oss Exp $
dnl Process this file with autoconf to produce a configure script dnl Process this file with autoconf to produce a configure script
AC_INIT(common/unicode/utypes.h) AC_INIT(common/unicode/utypes.h)
@ -803,6 +803,7 @@ AC_OUTPUT([README icudefs.mk \
test/ieeetest/Makefile \ test/ieeetest/Makefile \
test/collperf/Makefile \ test/collperf/Makefile \
test/thaitest/Makefile \ test/thaitest/Makefile \
test/letest/Makefile \
samples/Makefile samples/date/Makefile samples/cal/Makefile \ samples/Makefile samples/date/Makefile samples/cal/Makefile \
common/unicode/platform.h]) common/unicode/platform.h])