Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 68077
Collapse All | Expand All

(-)configure.orig (-133 lines)
Lines 23891-24029 Link Here
23891
23891
23892
   fi
23892
   fi
23893
23893
23894
23895
   echo "$as_me:$LINENO: checking for mcopidl" >&5
23896
echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6
23897
   if test -n "$MCOPIDL"; then
23898
        kde_cv_path="$MCOPIDL";
23899
   else
23900
        kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'`
23901
23902
        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
23903
  echo $ECHO_N "(cached) $ECHO_C" >&6
23904
else
23905
23906
        kde_cv_path="NONE"
23907
	dirs="$kde_default_bindirs"
23908
	kde_save_IFS=$IFS
23909
	IFS=':'
23910
	for dir in $PATH; do
23911
	  dirs="$dirs $dir"
23912
        done
23913
	IFS=$kde_save_IFS
23914
23915
        for dir in $dirs; do
23916
	  if test -x "$dir/mcopidl"; then
23917
	    if test -n ""
23918
	    then
23919
              evalstr="$dir/mcopidl  2>&1 "
23920
	      if eval $evalstr; then
23921
                kde_cv_path="$dir/mcopidl"
23922
                break
23923
	      fi
23924
            else
23925
		kde_cv_path="$dir/mcopidl"
23926
                break
23927
	    fi
23928
          fi
23929
        done
23930
23931
        eval "kde_cv_path_$kde_cache=$kde_cv_path"
23932
23933
23934
fi
23935
23936
23937
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
23938
23939
   fi
23940
23941
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
23942
      echo "$as_me:$LINENO: result: not found" >&5
23943
echo "${ECHO_T}not found" >&6
23944
23945
    { { echo "$as_me:$LINENO: error: The important program mcopidl was not found!
23946
Please check whether you installed aRts correctly.
23947
" >&5
23948
echo "$as_me: error: The important program mcopidl was not found!
23949
Please check whether you installed aRts correctly.
23950
" >&2;}
23951
   { (exit 1); exit 1; }; }
23952
23953
   else
23954
      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
23955
echo "${ECHO_T}$kde_cv_path" >&6
23956
      MCOPIDL=$kde_cv_path
23957
23958
   fi
23959
23960
23961
   echo "$as_me:$LINENO: checking for artsc-config" >&5
23962
echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6
23963
   if test -n "$ARTSCCONFIG"; then
23964
        kde_cv_path="$ARTSCCONFIG";
23965
   else
23966
        kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'`
23967
23968
        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
23969
  echo $ECHO_N "(cached) $ECHO_C" >&6
23970
else
23971
23972
        kde_cv_path="NONE"
23973
	dirs="$kde_default_bindirs"
23974
	kde_save_IFS=$IFS
23975
	IFS=':'
23976
	for dir in $PATH; do
23977
	  dirs="$dirs $dir"
23978
        done
23979
	IFS=$kde_save_IFS
23980
23981
        for dir in $dirs; do
23982
	  if test -x "$dir/artsc-config"; then
23983
	    if test -n ""
23984
	    then
23985
              evalstr="$dir/artsc-config  2>&1 "
23986
	      if eval $evalstr; then
23987
                kde_cv_path="$dir/artsc-config"
23988
                break
23989
	      fi
23990
            else
23991
		kde_cv_path="$dir/artsc-config"
23992
                break
23993
	    fi
23994
          fi
23995
        done
23996
23997
        eval "kde_cv_path_$kde_cache=$kde_cv_path"
23998
23999
24000
fi
24001
24002
24003
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
24004
24005
   fi
24006
24007
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
24008
      echo "$as_me:$LINENO: result: not found" >&5
24009
echo "${ECHO_T}not found" >&6
24010
24011
    { { echo "$as_me:$LINENO: error: The important program artsc-config was not found!
24012
Please check whether you installed aRts correctly.
24013
" >&5
24014
echo "$as_me: error: The important program artsc-config was not found!
24015
Please check whether you installed aRts correctly.
24016
" >&2;}
24017
   { (exit 1); exit 1; }; }
24018
24019
   else
24020
      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
24021
echo "${ECHO_T}$kde_cv_path" >&6
24022
      ARTSCCONFIG=$kde_cv_path
24023
24024
   fi
24025
24026
24027
   echo "$as_me:$LINENO: checking for kde-config" >&5
23894
   echo "$as_me:$LINENO: checking for kde-config" >&5
24028
echo $ECHO_N "checking for kde-config... $ECHO_C" >&6
23895
echo $ECHO_N "checking for kde-config... $ECHO_C" >&6
24029
   if test -n "$KDECONFIG"; then
23896
   if test -n "$KDECONFIG"; then

Return to bug 68077