From 34af38dd2e824f77e7afa6dbb54898e7529f1588 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Mon, 2 Jun 2003 23:13:25 +0000 Subject: [PATCH] ICU-2699 Fix a warning on HP-UX X-SVN-Rev: 12232 --- icu4c/source/configure | 2 +- icu4c/source/configure.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4c/source/configure b/icu4c/source/configure index 0b958b08d16..8d1756f425d 100755 --- a/icu4c/source/configure +++ b/icu4c/source/configure @@ -4098,7 +4098,7 @@ case "${host}" in tools/gencnval/gencnval tools/gennorm/gennorm \ tools/gennames/gennames tools/gentest/gentest \ tools/pkgdata/pkgdata tools/genprops/genprops \ - tools/pkgdata/pkgdata tools/genidna/genidna + tools/genidna/genidna do if test -f $file.c; then mv $file.c $file.cpp diff --git a/icu4c/source/configure.in b/icu4c/source/configure.in index 2c049accdca..b25d7ccbc47 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.186 2003/05/28 21:57:56 grhoten-oss Exp $ +dnl $Id: configure.in,v 1.187 2003/06/02 23:13:25 grhoten-oss Exp $ dnl Process this file with autoconf to produce a configure script AC_INIT(common/unicode/utypes.h) @@ -865,7 +865,7 @@ case "${host}" in tools/gencnval/gencnval tools/gennorm/gennorm \ tools/gennames/gennames tools/gentest/gentest \ tools/pkgdata/pkgdata tools/genprops/genprops \ - tools/pkgdata/pkgdata tools/genidna/genidna + tools/genidna/genidna do if test -f $file.c; then mv $file.c $file.cpp