From 98dba22c6cd7f82aea54c8eab98798c9ed13d3ed Mon Sep 17 00:00:00 2001 From: Syn Wee Quek Date: Fri, 15 Jun 2001 18:22:12 +0000 Subject: [PATCH] ICU-983 One liner added to handle dumpce. X-SVN-Rev: 5008 --- icu4c/source/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/icu4c/source/configure.in b/icu4c/source/configure.in index bd852d8e7d6..b0cbafeeb98 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.107 2001/06/06 23:32:41 yves Exp $ +dnl $Id: configure.in,v 1.108 2001/06/15 18:22:12 swquek Exp $ dnl Process this file with autoconf to produce a configure script AC_INIT(common/unicode/utypes.h) @@ -743,6 +743,7 @@ AC_OUTPUT([README icudefs.mk \ tools/gencnval/Makefile tools/gentz/Makefile \ tools/gennames/Makefile tools/toolutil/Makefile tools/gentest/Makefile \ tools/genqchk/Makefile tools/genfchk/Makefile tools/genprops/Makefile \ + tools/dumpce/Makefile \ test/Makefile test/testdata/Makefile test/intltest/Makefile test/cintltst/Makefile \ test/ieeetest/Makefile \ test/collperf/Makefile \