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

Collapse All | Expand All

(-)configure.orig (-133 lines)
Lines 25850-25988 Link Here
25850
25850
25851
   fi
25851
   fi
25852
25852
25853
25854
   echo "$as_me:$LINENO: checking for mcopidl" >&5
25855
echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6
25856
   if test -n "$MCOPIDL"; then
25857
        kde_cv_path="$MCOPIDL";
25858
   else
25859
        kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'`
25860
25861
        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
25862
  echo $ECHO_N "(cached) $ECHO_C" >&6
25863
else
25864
25865
        kde_cv_path="NONE"
25866
	dirs="$kde_default_bindirs"
25867
	kde_save_IFS=$IFS
25868
	IFS=':'
25869
	for dir in $PATH; do
25870
	  dirs="$dirs $dir"
25871
        done
25872
	IFS=$kde_save_IFS
25873
25874
        for dir in $dirs; do
25875
	  if test -x "$dir/mcopidl"; then
25876
	    if test -n ""
25877
	    then
25878
              evalstr="$dir/mcopidl  2>&1 "
25879
	      if eval $evalstr; then
25880
                kde_cv_path="$dir/mcopidl"
25881
                break
25882
	      fi
25883
            else
25884
		kde_cv_path="$dir/mcopidl"
25885
                break
25886
	    fi
25887
          fi
25888
        done
25889
25890
        eval "kde_cv_path_$kde_cache=$kde_cv_path"
25891
25892
25893
fi
25894
25895
25896
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
25897
25898
   fi
25899
25900
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
25901
      echo "$as_me:$LINENO: result: not found" >&5
25902
echo "${ECHO_T}not found" >&6
25903
25904
    { { echo "$as_me:$LINENO: error: The important program mcopidl was not found!
25905
Please check whether you installed aRts correctly.
25906
" >&5
25907
echo "$as_me: error: The important program mcopidl was not found!
25908
Please check whether you installed aRts correctly.
25909
" >&2;}
25910
   { (exit 1); exit 1; }; }
25911
25912
   else
25913
      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
25914
echo "${ECHO_T}$kde_cv_path" >&6
25915
      MCOPIDL=$kde_cv_path
25916
25917
   fi
25918
25919
25920
   echo "$as_me:$LINENO: checking for artsc-config" >&5
25921
echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6
25922
   if test -n "$ARTSCCONFIG"; then
25923
        kde_cv_path="$ARTSCCONFIG";
25924
   else
25925
        kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'`
25926
25927
        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
25928
  echo $ECHO_N "(cached) $ECHO_C" >&6
25929
else
25930
25931
        kde_cv_path="NONE"
25932
	dirs="$kde_default_bindirs"
25933
	kde_save_IFS=$IFS
25934
	IFS=':'
25935
	for dir in $PATH; do
25936
	  dirs="$dirs $dir"
25937
        done
25938
	IFS=$kde_save_IFS
25939
25940
        for dir in $dirs; do
25941
	  if test -x "$dir/artsc-config"; then
25942
	    if test -n ""
25943
	    then
25944
              evalstr="$dir/artsc-config  2>&1 "
25945
	      if eval $evalstr; then
25946
                kde_cv_path="$dir/artsc-config"
25947
                break
25948
	      fi
25949
            else
25950
		kde_cv_path="$dir/artsc-config"
25951
                break
25952
	    fi
25953
          fi
25954
        done
25955
25956
        eval "kde_cv_path_$kde_cache=$kde_cv_path"
25957
25958
25959
fi
25960
25961
25962
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
25963
25964
   fi
25965
25966
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
25967
      echo "$as_me:$LINENO: result: not found" >&5
25968
echo "${ECHO_T}not found" >&6
25969
25970
    { { echo "$as_me:$LINENO: error: The important program artsc-config was not found!
25971
Please check whether you installed aRts correctly.
25972
" >&5
25973
echo "$as_me: error: The important program artsc-config was not found!
25974
Please check whether you installed aRts correctly.
25975
" >&2;}
25976
   { (exit 1); exit 1; }; }
25977
25978
   else
25979
      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
25980
echo "${ECHO_T}$kde_cv_path" >&6
25981
      ARTSCCONFIG=$kde_cv_path
25982
25983
   fi
25984
25985
25986
   echo "$as_me:$LINENO: checking for kde-config" >&5
25853
   echo "$as_me:$LINENO: checking for kde-config" >&5
25987
echo $ECHO_N "checking for kde-config... $ECHO_C" >&6
25854
echo $ECHO_N "checking for kde-config... $ECHO_C" >&6
25988
   if test -n "$KDECONFIG"; then
25855
   if test -n "$KDECONFIG"; then

Return to bug 101166