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

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

Return to bug 71825