ICU-2194 add building of genidna

X-SVN-Rev: 11320
This commit is contained in:
Ram Viswanadha 2003-03-14 21:44:43 +00:00
parent 2cfc17f646
commit ca974a27da
2 changed files with 13 additions and 5 deletions

View file

@ -4061,7 +4061,7 @@ case "${host}" in
*-*-os400*) platform=OS400
ICUDATA_CHAR="e" ;;
*-apple-darwin*|*-apple-rhapsody*) platform=U_DARWIN ;;
*-*-cygwin*) platform=U_CYGWIN ;;
*-*-cygwin*|*-*-mingw*) platform=U_CYGWIN ;;
*) platform=U_UNKNOWN_PLATFORM ;;
esac
@ -4095,7 +4095,8 @@ case "${host}" in
tools/gencmn/gencmn tools/gencmn/decmn \
tools/gencnval/gencnval tools/gennorm/gennorm \
tools/gennames/gennames tools/gentest/gentest \
tools/pkgdata/pkgdata tools/genprops/genprops
tools/pkgdata/pkgdata tools/genprops/genprops \
tools/pkgdata/pkgdata tools/genidna/genidna
do
if test -f $file.c; then
mv $file.c $file.cpp
@ -4264,11 +4265,13 @@ trap 'rm -fr `echo "README icudefs.mk \
tools/genprops/Makefile \
tools/genpname/Makefile \
tools/genbrk/Makefile \
tools/genidna/Makefile \
tools/dumpce/Makefile \
test/Makefile test/testdata/Makefile test/intltest/Makefile \
test/cintltst/Makefile test/iotest/Makefile \
test/ieeetest/Makefile \
test/collperf/Makefile \
test/normperf/Makefile \
test/thaitest/Makefile \
test/letest/Makefile \
test/threadtest/Makefile \
@ -4457,11 +4460,13 @@ CONFIG_FILES=\${CONFIG_FILES-"README icudefs.mk \
tools/genprops/Makefile \
tools/genpname/Makefile \
tools/genbrk/Makefile \
tools/genidna/Makefile \
tools/dumpce/Makefile \
test/Makefile test/testdata/Makefile test/intltest/Makefile \
test/cintltst/Makefile test/iotest/Makefile \
test/ieeetest/Makefile \
test/collperf/Makefile \
test/normperf/Makefile \
test/thaitest/Makefile \
test/letest/Makefile \
test/threadtest/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.179 2003/03/04 00:52:47 schererm Exp $
dnl $Id: configure.in,v 1.180 2003/03/14 21:44:43 rviswanadha Exp $
dnl Process this file with autoconf to produce a configure script
AC_INIT(common/unicode/utypes.h)
@ -824,7 +824,7 @@ case "${host}" in
*-*-os400*) platform=OS400
ICUDATA_CHAR="e" ;;
*-apple-darwin*|*-apple-rhapsody*) platform=U_DARWIN ;;
*-*-cygwin*) platform=U_CYGWIN ;;
*-*-cygwin*|*-*-mingw*) platform=U_CYGWIN ;;
*) platform=U_UNKNOWN_PLATFORM ;;
esac
AC_SUBST(ICUDATA_CHAR)
@ -862,7 +862,8 @@ case "${host}" in
tools/gencmn/gencmn tools/gencmn/decmn \
tools/gencnval/gencnval tools/gennorm/gennorm \
tools/gennames/gennames tools/gentest/gentest \
tools/pkgdata/pkgdata tools/genprops/genprops
tools/pkgdata/pkgdata tools/genprops/genprops \
tools/pkgdata/pkgdata tools/genidna/genidna
do
if test -f $file.c; then
mv $file.c $file.cpp
@ -936,11 +937,13 @@ AC_OUTPUT([README icudefs.mk \
tools/genprops/Makefile \
tools/genpname/Makefile \
tools/genbrk/Makefile \
tools/genidna/Makefile \
tools/dumpce/Makefile \
test/Makefile test/testdata/Makefile test/intltest/Makefile \
test/cintltst/Makefile test/iotest/Makefile \
test/ieeetest/Makefile \
test/collperf/Makefile \
test/normperf/Makefile \
test/thaitest/Makefile \
test/letest/Makefile \
test/threadtest/Makefile \