Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 460632 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +6 lines)
Line  Link Here
0
-- a/source/configure.in
0
++ b/source/configure.in
Lines 20-28 Link Here
20
# for icu-config
20
# for icu-config
21
# This may be removed later - mow (June 17, 2010)
21
# This may be removed later - mow (June 17, 2010)
22
ICU_ECHO_C= ICU_ECHO_N= ICU_ECHO_T=
22
ICU_ECHO_C= ICU_ECHO_N= ICU_ECHO_T=
23
case `/bin/sh -c "echo -n x"` in
23
case `${CONFIG_SHELL} -c "echo -n x"` in
24
-n*)
24
-n*)
25
  case `/bin/sh -c "echo 'x\c'"` in
25
  case `${CONFIG_SHELL} -c "echo 'x\c'"` in
26
  *c*) ICU_ECHO_T=' ';;     # ECHO_T is single tab character.
26
  *c*) ICU_ECHO_T=' ';;     # ECHO_T is single tab character.
27
  *)   ICU_ECHO_C='\c';;
27
  *)   ICU_ECHO_C='\c';;
28
  esac;;
28
  esac;;
29
-- a/source/configure
29
++ b/source/configure
Lines 20-28 Link Here
20
# for icu-config
20
# for icu-config
21
# This may be removed later - mow (June 17, 2010)
21
# This may be removed later - mow (June 17, 2010)
22
ICU_ECHO_C= ICU_ECHO_N= ICU_ECHO_T=
22
ICU_ECHO_C= ICU_ECHO_N= ICU_ECHO_T=
23
case `/bin/sh -c "echo -n x"` in
23
case `${CONFIG_SHELL} -c "echo -n x"` in
24
-n*)
24
-n*)
25
  case `/bin/sh -c "echo 'x\c'"` in
25
  case `${CONFIG_SHELL} -c "echo 'x\c'"` in
26
  *c*) ICU_ECHO_T=' ';;     # ECHO_T is single tab character.
26
  *c*) ICU_ECHO_T=' ';;     # ECHO_T is single tab character.
27
  *)   ICU_ECHO_C='\c';;
27
  *)   ICU_ECHO_C='\c';;
28
  esac;;
28
  esac;;

Return to bug 460632