ICU-2015 add genpname
X-SVN-Rev: 10117
This commit is contained in:
parent
df8b4dbb93
commit
c21b860bf5
2
icu4c/source/configure
vendored
2
icu4c/source/configure
vendored
@ -4160,6 +4160,7 @@ trap 'rm -fr `echo "README icudefs.mk \
|
||||
tools/gentest/Makefile \
|
||||
tools/gennorm/Makefile \
|
||||
tools/genprops/Makefile \
|
||||
tools/genpname/Makefile \
|
||||
tools/genbrk/Makefile \
|
||||
tools/dumpce/Makefile \
|
||||
test/Makefile test/testdata/Makefile test/intltest/Makefile \
|
||||
@ -4351,6 +4352,7 @@ CONFIG_FILES=\${CONFIG_FILES-"README icudefs.mk \
|
||||
tools/gentest/Makefile \
|
||||
tools/gennorm/Makefile \
|
||||
tools/genprops/Makefile \
|
||||
tools/genpname/Makefile \
|
||||
tools/genbrk/Makefile \
|
||||
tools/dumpce/Makefile \
|
||||
test/Makefile test/testdata/Makefile test/intltest/Makefile \
|
||||
|
@ -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.175 2002/08/21 01:42:18 srl Exp $
|
||||
dnl $Id: configure.in,v 1.176 2002/10/30 22:05:35 alan Exp $
|
||||
|
||||
dnl Process this file with autoconf to produce a configure script
|
||||
AC_INIT(common/unicode/utypes.h)
|
||||
@ -909,6 +909,7 @@ AC_OUTPUT([README icudefs.mk \
|
||||
tools/gentest/Makefile \
|
||||
tools/gennorm/Makefile \
|
||||
tools/genprops/Makefile \
|
||||
tools/genpname/Makefile \
|
||||
tools/genbrk/Makefile \
|
||||
tools/dumpce/Makefile \
|
||||
test/Makefile test/testdata/Makefile test/intltest/Makefile \
|
||||
|
Loading…
Reference in New Issue
Block a user