components/gcc3/patches/intl.configure.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Fri, 08 Mar 2013 01:46:13 -0800
changeset 1200 25da4eb12fc5
parent 246 0878f7720e3e
permissions -rw-r--r--
16451216 Upgrade Apache Web Server to version 2.2.24 16404164 problem in UTILITY/APACHE

*** gcc-3.4.3/intl/configure.orig	Sat Oct 27 14:34:29 2007
--- gcc-3.4.3/intl/configure	Sat Oct 27 14:35:17 2007
***************
*** 2779,2786 ****
        test -z "$ac_dir" && ac_dir=.
        for ac_exec_ext in '' $ac_executable_extensions; do
          if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
!           if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
!      (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
              ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
              break 2
            fi
--- 2779,2786 ----
        test -z "$ac_dir" && ac_dir=.
        for ac_exec_ext in '' $ac_executable_extensions; do
          if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
!           if $ac_dir/$ac_word /dev/null >/dev/null 2>&1 &&
!      (if $ac_dir/$ac_word /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
              ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
              break 2
            fi
***************
*** 2973,2980 ****
  
  
        if test "$GMSGFMT" != ":"; then
!             if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
!        (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
        : ;
      else
        GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
--- 2973,2980 ----
  
  
        if test "$GMSGFMT" != ":"; then
!             if $GMSGFMT /dev/null >/dev/null 2>&1 &&
!        (if $GMSGFMT /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
        : ;
      else
        GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`