View | Details | Raw Unified
Collapse All | Expand All

(-) autoconf-2.59/configure (-2 / +2 lines)
 Lines 684-696    Link Here 
  	  /^X\(\/\).*/{ s//\1/; q; }
  	  /^X\(\/\).*/{ s//\1/; q; }
  	  s/.*/./; q'`
  	  s/.*/./; q'`
  srcdir=$ac_confdir
  srcdir=$ac_confdir
  if test ! -r $srcdir/$ac_unique_file; then
  if test ! -r "$srcdir/$ac_unique_file"; then
    srcdir=..
    srcdir=..
  fi
  fi
else
else
  ac_srcdir_defaulted=no
  ac_srcdir_defaulted=no
fi
fi
if test ! -r $srcdir/$ac_unique_file; then
if test ! -r "$srcdir/$ac_unique_file"; then
  if test "$ac_srcdir_defaulted" = yes; then
  if test "$ac_srcdir_defaulted" = yes; then
    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
(-) autoconf-2.59/lib/autoconf/general.m4 (-2 / +2 lines)
 Lines 476-488    Link Here 
  # Try the directory containing this script, then its parent.
  # Try the directory containing this script, then its parent.
  ac_confdir=`AS_DIRNAME(["$[0]"])`
  ac_confdir=`AS_DIRNAME(["$[0]"])`
  srcdir=$ac_confdir
  srcdir=$ac_confdir
  if test ! -r $srcdir/$ac_unique_file; then
  if test ! -r "$srcdir/$ac_unique_file"; then
    srcdir=..
    srcdir=..
  fi
  fi
else
else
  ac_srcdir_defaulted=no
  ac_srcdir_defaulted=no
fi
fi
if test ! -r $srcdir/$ac_unique_file; then
if test ! -r "$srcdir/$ac_unique_file"; then
  if test "$ac_srcdir_defaulted" = yes; then
  if test "$ac_srcdir_defaulted" = yes; then
    AC_MSG_ERROR([cannot find sources ($ac_unique_file) in $ac_confdir or ..])
    AC_MSG_ERROR([cannot find sources ($ac_unique_file) in $ac_confdir or ..])
  else
  else