Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 173274 | Differences between
and this patch

Collapse All | Expand All

(-)octave-forge-2006.03.17.old/configure (-23 / +3 lines)
Lines 4491-4519 Link Here
4491
	XSTATUS="yes"
4491
	XSTATUS="yes"
4492
fi
4492
fi
4493
4493
4494
echo "$as_me:$LINENO: checking for autoload in Octave" >&5
4494
HAVE_AUTOLOAD="no"
4495
echo $ECHO_N "checking for autoload in Octave... $ECHO_C" >&6
4495
OCTLINK=.oct
4496
if test `echo 'disp(exist("autoload"))' | $OCTAVE -qf`X != 0X ; then
4496
MKOCTLINK=$LN_S
4497
   echo "$as_me:$LINENO: result: yes" >&5
4498
echo "${ECHO_T}yes" >&6
4499
4500
	HAVE_AUTOLOAD="yes"
4501
	OCTLINK=.octlink
4502
	MKOCTLINK=$TOPDIR/admin/octlink.sh
4503
4504
else
4505
   echo "$as_me:$LINENO: result: no" >&5
4506
echo "${ECHO_T}no" >&6
4507
4508
	HAVE_AUTOLOAD="no"
4509
	OCTLINK=.oct
4510
	MKOCTLINK=$LN_S
4511
4512
fi
4513
4514
4515
4516
4517
4497
4518
echo "$as_me:$LINENO: checking for do_fortran_indexing in Octave" >&5
4498
echo "$as_me:$LINENO: checking for do_fortran_indexing in Octave" >&5
4519
echo $ECHO_N "checking for do_fortran_indexing in Octave... $ECHO_C" >&6
4499
echo $ECHO_N "checking for do_fortran_indexing in Octave... $ECHO_C" >&6

Return to bug 173274