summaryrefslogblamecommitdiff
path: root/user/libbytesize/no-msgcat.patch
blob: ddff7ff04f4b211553e7c1c66c57e4ad8dc4c7f4 (plain) (tree)


















































                                                                                   
--- libbytesize-1.3/configure.old	2018-04-19 11:20:01.000000000 +0000
+++ libbytesize-1.3/configure	2018-07-14 22:58:34.300000000 +0000
@@ -2975,47 +2975,7 @@
 fi
 
 
-# Extract the first word of "msgcat", so it can be a program name with args.
-set dummy msgcat; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_MSGCAT+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $MSGCAT in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_MSGCAT="$MSGCAT" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_MSGCAT="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-  ;;
-esac
-fi
-MSGCAT=$ac_cv_path_MSGCAT
-if test -n "$MSGCAT"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGCAT" >&5
-$as_echo "$MSGCAT" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-if test -z "$XGETTEXT" -o -z "$MSGFMT" -o -z "$MSGMERGE" -o -z "$MSGCAT"; then :
+if test -z "$XGETTEXT" -o -z "$MSGFMT" -o -z "$MSGMERGE"; then :
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "gettext not found