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

(-)configure.orig (-118 lines)
Lines 8269-8393 Please check whether you installed KDE c Link Here
8269
   fi
8269
   fi
8270
8270
8271
        
8271
        
8272
   echo $ac_n "checking for mcopidl""... $ac_c" 1>&6
8273
echo "configure:8274: checking for mcopidl" >&5
8274
   if test -n "$MCOPIDL"; then
8275
        kde_cv_path="$MCOPIDL";
8276
   else
8277
        kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'`
8278
8279
        if eval "test \"`echo '$''{'kde_cv_path_$kde_cache'+set}'`\" = set"; then
8280
  echo $ac_n "(cached) $ac_c" 1>&6
8281
else
8282
  
8283
        kde_cv_path="NONE"
8284
	dirs="$kde_default_bindirs"
8285
	kde_save_IFS=$IFS
8286
	IFS=':'
8287
	for dir in $PATH; do
8288
	  dirs="$dirs $dir"
8289
        done
8290
	IFS=$kde_save_IFS
8291
8292
        for dir in $dirs; do
8293
	  if test -x "$dir/mcopidl"; then
8294
	    if test -n ""
8295
	    then
8296
              evalstr="$dir/mcopidl  2>&1 "
8297
	      if eval $evalstr; then
8298
                kde_cv_path="$dir/mcopidl"
8299
                break
8300
	      fi
8301
            else
8302
		kde_cv_path="$dir/mcopidl"
8303
                break
8304
	    fi
8305
          fi
8306
        done
8307
8308
        eval "kde_cv_path_$kde_cache=$kde_cv_path"
8309
8310
        
8311
fi
8312
8313
8314
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
8315
8316
   fi
8317
8318
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
8319
      echo "$ac_t""not found" 1>&6
8320
      
8321
    { echo "configure: error: The important program mcopidl was not found!
8322
Please check whether you installed KDE correctly.
8323
" 1>&2; exit 1; }
8324
8325
   else
8326
      echo "$ac_t""$kde_cv_path" 1>&6
8327
      MCOPIDL=$kde_cv_path
8328
8329
   fi
8330
8331
        
8332
   echo $ac_n "checking for artsc-config""... $ac_c" 1>&6
8333
echo "configure:8334: checking for artsc-config" >&5
8334
   if test -n "$ARTSCCONFIG"; then
8335
        kde_cv_path="$ARTSCCONFIG";
8336
   else
8337
        kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'`
8338
8339
        if eval "test \"`echo '$''{'kde_cv_path_$kde_cache'+set}'`\" = set"; then
8340
  echo $ac_n "(cached) $ac_c" 1>&6
8341
else
8342
  
8272
  
8343
        kde_cv_path="NONE"
8344
	dirs="$kde_default_bindirs"
8345
	kde_save_IFS=$IFS
8346
	IFS=':'
8347
	for dir in $PATH; do
8348
	  dirs="$dirs $dir"
8349
        done
8350
	IFS=$kde_save_IFS
8351
8352
        for dir in $dirs; do
8353
	  if test -x "$dir/artsc-config"; then
8354
	    if test -n ""
8355
	    then
8356
              evalstr="$dir/artsc-config  2>&1 "
8357
	      if eval $evalstr; then
8358
                kde_cv_path="$dir/artsc-config"
8359
                break
8360
	      fi
8361
            else
8362
		kde_cv_path="$dir/artsc-config"
8363
                break
8364
	    fi
8365
          fi
8366
        done
8367
8368
        eval "kde_cv_path_$kde_cache=$kde_cv_path"
8369
8370
        
8371
fi
8372
8373
8374
      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
8375
8376
   fi
8377
8378
   if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
8379
      echo "$ac_t""not found" 1>&6
8380
      
8381
    { echo "configure: error: The important program artsc-config was not found!
8382
Please check whether you installed KDE correctly.
8383
" 1>&2; exit 1; }
8384
8385
   else
8386
      echo "$ac_t""$kde_cv_path" 1>&6
8387
      ARTSCCONFIG=$kde_cv_path
8388
8389
   fi
8390
8391
        
8273
        
8392
   echo $ac_n "checking for kde-config""... $ac_c" 1>&6
8274
   echo $ac_n "checking for kde-config""... $ac_c" 1>&6
8393
echo "configure:8394: checking for kde-config" >&5
8275
echo "configure:8394: checking for kde-config" >&5

Return to bug 81186