mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2699 Fix a warning on HP-UX
X-SVN-Rev: 12232
This commit is contained in:
parent
66873ee46d
commit
34af38dd2e
2 changed files with 3 additions and 3 deletions
2
icu4c/source/configure
vendored
2
icu4c/source/configure
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue