components/gcc3/patches/intl.configure.patch
author Drew Fisher <drew.fisher@oracle.com>
Tue, 08 Sep 2015 06:05:35 -0700
changeset 4843 a28c7fb418c9
parent 246 0878f7720e3e
permissions -rw-r--r--
21653094 django 1.4.22 21416711 problem in PYTHON-MOD/DJANGO 21416691 problem in PYTHON-MOD/DJANGO 21653124 problem in PYTHON-MOD/DJANGO

*** 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,^.*/,,'`