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

(-)autoconf-2.59/configure (-2 / +2 lines)
Lines 684-696 Link Here
684
  	  /^X\(\/\).*/{ s//\1/; q; }
684
  	  /^X\(\/\).*/{ s//\1/; q; }
685
  	  s/.*/./; q'`
685
  	  s/.*/./; q'`
686
  srcdir=$ac_confdir
686
  srcdir=$ac_confdir
687
  if test ! -r $srcdir/$ac_unique_file; then
687
  if test ! -r "$srcdir/$ac_unique_file"; then
688
    srcdir=..
688
    srcdir=..
689
  fi
689
  fi
690
else
690
else
691
  ac_srcdir_defaulted=no
691
  ac_srcdir_defaulted=no
692
fi
692
fi
693
if test ! -r $srcdir/$ac_unique_file; then
693
if test ! -r "$srcdir/$ac_unique_file"; then
694
  if test "$ac_srcdir_defaulted" = yes; then
694
  if test "$ac_srcdir_defaulted" = yes; then
695
    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
695
    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
696
   { (exit 1); exit 1; }; }
696
   { (exit 1); exit 1; }; }
(-)autoconf-2.59/lib/autoconf/general.m4 (-2 / +2 lines)
Lines 476-488 Link Here
476
  # Try the directory containing this script, then its parent.
476
  # Try the directory containing this script, then its parent.
477
  ac_confdir=`AS_DIRNAME(["$[0]"])`
477
  ac_confdir=`AS_DIRNAME(["$[0]"])`
478
  srcdir=$ac_confdir
478
  srcdir=$ac_confdir
479
  if test ! -r $srcdir/$ac_unique_file; then
479
  if test ! -r "$srcdir/$ac_unique_file"; then
480
    srcdir=..
480
    srcdir=..
481
  fi
481
  fi
482
else
482
else
483
  ac_srcdir_defaulted=no
483
  ac_srcdir_defaulted=no
484
fi
484
fi
485
if test ! -r $srcdir/$ac_unique_file; then
485
if test ! -r "$srcdir/$ac_unique_file"; then
486
  if test "$ac_srcdir_defaulted" = yes; then
486
  if test "$ac_srcdir_defaulted" = yes; then
487
    AC_MSG_ERROR([cannot find sources ($ac_unique_file) in $ac_confdir or ..])
487
    AC_MSG_ERROR([cannot find sources ($ac_unique_file) in $ac_confdir or ..])
488
  else
488
  else

Return to bug 96882