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