ICU-2707 Fix out of source builds
X-SVN-Rev: 12142
This commit is contained in:
parent
4a8eea2868
commit
7d35caecf4
32
icu4c/source/configure
vendored
32
icu4c/source/configure
vendored
@ -4254,7 +4254,7 @@ trap 'rm -fr `echo "README icudefs.mk \
|
||||
layout/Makefile \
|
||||
layoutex/Makefile \
|
||||
extra/Makefile extra/ustdio/Makefile \
|
||||
extra/uconv/Makefile extra/scrptrun/Makefile
|
||||
extra/uconv/Makefile extra/scrptrun/Makefile
|
||||
stubdata/Makefile \
|
||||
tools/Makefile tools/ctestfw/Makefile tools/makeconv/Makefile \
|
||||
tools/genrb/Makefile \
|
||||
@ -4262,24 +4262,24 @@ trap 'rm -fr `echo "README icudefs.mk \
|
||||
tools/pkgdata/Makefile \
|
||||
tools/genccode/Makefile tools/gencmn/Makefile \
|
||||
tools/gencnval/Makefile tools/gentz/Makefile \
|
||||
tools/gennames/Makefile tools/toolutil/Makefile \
|
||||
tools/gentest/Makefile \
|
||||
tools/gennames/Makefile tools/toolutil/Makefile \
|
||||
tools/gentest/Makefile \
|
||||
tools/gennorm/Makefile \
|
||||
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/Makefile test/testdata/Makefile \
|
||||
test/intltest/Makefile \
|
||||
test/cintltst/Makefile \
|
||||
test/iotest/Makefile \
|
||||
test/ieeetest/Makefile \
|
||||
test/collperf/Makefile \
|
||||
test/perf/normperf/Makefile \
|
||||
test/thaitest/Makefile \
|
||||
test/letest/Makefile \
|
||||
test/threadtest/Makefile \
|
||||
samples/Makefile samples/date/Makefile \
|
||||
samples/cal/Makefile samples/layout/Makefile \
|
||||
samples/cal/Makefile samples/layout/Makefile \
|
||||
common/unicode/platform.h common/icucfg.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
||||
EOF
|
||||
cat >> $CONFIG_STATUS <<EOF
|
||||
@ -4451,7 +4451,7 @@ CONFIG_FILES=\${CONFIG_FILES-"README icudefs.mk \
|
||||
layout/Makefile \
|
||||
layoutex/Makefile \
|
||||
extra/Makefile extra/ustdio/Makefile \
|
||||
extra/uconv/Makefile extra/scrptrun/Makefile
|
||||
extra/uconv/Makefile extra/scrptrun/Makefile
|
||||
stubdata/Makefile \
|
||||
tools/Makefile tools/ctestfw/Makefile tools/makeconv/Makefile \
|
||||
tools/genrb/Makefile \
|
||||
@ -4459,24 +4459,24 @@ CONFIG_FILES=\${CONFIG_FILES-"README icudefs.mk \
|
||||
tools/pkgdata/Makefile \
|
||||
tools/genccode/Makefile tools/gencmn/Makefile \
|
||||
tools/gencnval/Makefile tools/gentz/Makefile \
|
||||
tools/gennames/Makefile tools/toolutil/Makefile \
|
||||
tools/gentest/Makefile \
|
||||
tools/gennames/Makefile tools/toolutil/Makefile \
|
||||
tools/gentest/Makefile \
|
||||
tools/gennorm/Makefile \
|
||||
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/Makefile test/testdata/Makefile \
|
||||
test/intltest/Makefile \
|
||||
test/cintltst/Makefile \
|
||||
test/iotest/Makefile \
|
||||
test/ieeetest/Makefile \
|
||||
test/collperf/Makefile \
|
||||
test/perf/normperf/Makefile \
|
||||
test/thaitest/Makefile \
|
||||
test/letest/Makefile \
|
||||
test/threadtest/Makefile \
|
||||
samples/Makefile samples/date/Makefile \
|
||||
samples/cal/Makefile samples/layout/Makefile \
|
||||
samples/cal/Makefile samples/layout/Makefile \
|
||||
common/unicode/platform.h"}
|
||||
EOF
|
||||
cat >> $CONFIG_STATUS <<\EOF
|
||||
|
@ -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.185 2003/05/23 03:41:52 grhoten-oss Exp $
|
||||
dnl $Id: configure.in,v 1.186 2003/05/28 21:57:56 grhoten-oss Exp $
|
||||
|
||||
dnl Process this file with autoconf to produce a configure script
|
||||
AC_INIT(common/unicode/utypes.h)
|
||||
@ -926,7 +926,7 @@ AC_OUTPUT([README icudefs.mk \
|
||||
layout/Makefile \
|
||||
layoutex/Makefile \
|
||||
extra/Makefile extra/ustdio/Makefile \
|
||||
extra/uconv/Makefile extra/scrptrun/Makefile
|
||||
extra/uconv/Makefile extra/scrptrun/Makefile
|
||||
stubdata/Makefile \
|
||||
tools/Makefile tools/ctestfw/Makefile tools/makeconv/Makefile \
|
||||
tools/genrb/Makefile \
|
||||
@ -934,24 +934,24 @@ AC_OUTPUT([README icudefs.mk \
|
||||
tools/pkgdata/Makefile \
|
||||
tools/genccode/Makefile tools/gencmn/Makefile \
|
||||
tools/gencnval/Makefile tools/gentz/Makefile \
|
||||
tools/gennames/Makefile tools/toolutil/Makefile \
|
||||
tools/gentest/Makefile \
|
||||
tools/gennames/Makefile tools/toolutil/Makefile \
|
||||
tools/gentest/Makefile \
|
||||
tools/gennorm/Makefile \
|
||||
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/Makefile test/testdata/Makefile \
|
||||
test/intltest/Makefile \
|
||||
test/cintltst/Makefile \
|
||||
test/iotest/Makefile \
|
||||
test/ieeetest/Makefile \
|
||||
test/collperf/Makefile \
|
||||
test/perf/normperf/Makefile \
|
||||
test/thaitest/Makefile \
|
||||
test/letest/Makefile \
|
||||
test/threadtest/Makefile \
|
||||
samples/Makefile samples/date/Makefile \
|
||||
samples/cal/Makefile samples/layout/Makefile \
|
||||
samples/cal/Makefile samples/layout/Makefile \
|
||||
common/unicode/platform.h])
|
||||
|
||||
if test $ICU_USE_THREADS = 0; then
|
||||
|
Loading…
Reference in New Issue
Block a user