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 (-5 / +5 lines)
Lines 4493-4499 Link Here
4493
4493
4494
echo "$as_me:$LINENO: checking for autoload in Octave" >&5
4494
echo "$as_me:$LINENO: checking for autoload in Octave" >&5
4495
echo $ECHO_N "checking for autoload in Octave... $ECHO_C" >&6
4495
echo $ECHO_N "checking for autoload in Octave... $ECHO_C" >&6
4496
if test `echo 'disp(exist("autoload"))' | $OCTAVE -qf`X != 0X ; then
4496
if test `echo 'disp(exist("autoload"))' | $OCTAVE -qf`X != `echo 'disp(0)' | $OCTAVE -qf`X ; then
4497
   echo "$as_me:$LINENO: result: yes" >&5
4497
   echo "$as_me:$LINENO: result: yes" >&5
4498
echo "${ECHO_T}yes" >&6
4498
echo "${ECHO_T}yes" >&6
4499
4499
Lines 4517-4523 Link Here
4517
4517
4518
echo "$as_me:$LINENO: checking for do_fortran_indexing in Octave" >&5
4518
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
4519
echo $ECHO_N "checking for do_fortran_indexing in Octave... $ECHO_C" >&6
4520
if test `echo 'disp(exist("do_fortran_indexing"))' | $OCTAVE -qf`X != 0X ; then
4520
if test `echo 'disp(exist("do_fortran_indexing"))' | $OCTAVE -qf`X != `echo 'disp(0)' | $OCTAVE -qf`X ; then
4521
   echo "$as_me:$LINENO: result: yes" >&5
4521
   echo "$as_me:$LINENO: result: yes" >&5
4522
echo "${ECHO_T}yes" >&6
4522
echo "${ECHO_T}yes" >&6
4523
   HAVE_DO_FORTRAN_INDEXING="-DHAVE_DO_FORTRAN_INDEXING"
4523
   HAVE_DO_FORTRAN_INDEXING="-DHAVE_DO_FORTRAN_INDEXING"
Lines 4531-4537 Link Here
4531
4531
4532
echo "$as_me:$LINENO: checking for propagate_empty_matrices in Octave" >&5
4532
echo "$as_me:$LINENO: checking for propagate_empty_matrices in Octave" >&5
4533
echo $ECHO_N "checking for propagate_empty_matrices in Octave... $ECHO_C" >&6
4533
echo $ECHO_N "checking for propagate_empty_matrices in Octave... $ECHO_C" >&6
4534
if test `echo 'disp(exist("propagate_empty_matrices"))' | $OCTAVE -qf`X != 0X ; then
4534
if test `echo 'disp(exist("propagate_empty_matrices"))' | $OCTAVE -qf`X != `echo 'disp(0)' | $OCTAVE -qf`X ; then
4535
   echo "$as_me:$LINENO: result: yes" >&5
4535
   echo "$as_me:$LINENO: result: yes" >&5
4536
echo "${ECHO_T}yes" >&6
4536
echo "${ECHO_T}yes" >&6
4537
   PROPAGATE_EMPTY_MATRICES="-DHAVE_PROPAGATE_EMPTY_MATRICES"
4537
   PROPAGATE_EMPTY_MATRICES="-DHAVE_PROPAGATE_EMPTY_MATRICES"
Lines 4545-4551 Link Here
4545
4545
4546
echo "$as_me:$LINENO: checking for ok_to_lose_imaginary_part in Octave" >&5
4546
echo "$as_me:$LINENO: checking for ok_to_lose_imaginary_part in Octave" >&5
4547
echo $ECHO_N "checking for ok_to_lose_imaginary_part in Octave... $ECHO_C" >&6
4547
echo $ECHO_N "checking for ok_to_lose_imaginary_part in Octave... $ECHO_C" >&6
4548
if test `echo 'disp(exist("ok_to_lose_imaginary_part"))' | $OCTAVE -qf`X != 0X ; then
4548
if test `echo 'disp(exist("ok_to_lose_imaginary_part"))' | $OCTAVE -qf`X != `echo 'disp(0)' | $OCTAVE -qf`X ; then
4549
   echo "$as_me:$LINENO: result: yes" >&5
4549
   echo "$as_me:$LINENO: result: yes" >&5
4550
echo "${ECHO_T}yes" >&6
4550
echo "${ECHO_T}yes" >&6
4551
   HAVE_OK_TO_LOSE_IMAGINARY_PART="-DHAVE_OK_TO_LOSE_IMAGINARY_PART"
4551
   HAVE_OK_TO_LOSE_IMAGINARY_PART="-DHAVE_OK_TO_LOSE_IMAGINARY_PART"
Lines 4582-4588 Link Here
4582
4582
4583
echo "$as_me:$LINENO: checking for class in Octave" >&5
4583
echo "$as_me:$LINENO: checking for class in Octave" >&5
4584
echo $ECHO_N "checking for class in Octave... $ECHO_C" >&6
4584
echo $ECHO_N "checking for class in Octave... $ECHO_C" >&6
4585
if test `echo 'disp(exist("class"))' | $OCTAVE -qf`X != 0X ; then
4585
if test `echo 'disp(exist("class"))' | $OCTAVE -qf`X != `echo 'disp(0)' | $OCTAVE -qf`X ; then
4586
   echo "$as_me:$LINENO: result: yes" >&5
4586
   echo "$as_me:$LINENO: result: yes" >&5
4587
echo "${ECHO_T}yes" >&6
4587
echo "${ECHO_T}yes" >&6
4588
   TYPEID_HAS_CLASS="-DTYPEID_HAS_CLASS"
4588
   TYPEID_HAS_CLASS="-DTYPEID_HAS_CLASS"
(-)octave-forge-2006.03.17.old/configure.base (-1 / +1 lines)
Lines 276-282 Link Here
276
dnl
276
dnl
277
AC_DEFUN(OCTAVE_CHECK_EXIST,
277
AC_DEFUN(OCTAVE_CHECK_EXIST,
278
[AC_MSG_CHECKING([for $1 in Octave])
278
[AC_MSG_CHECKING([for $1 in Octave])
279
if test `echo 'disp(exist("$1"))' | $OCTAVE -qf`X != 0X ; then
279
if test `echo 'disp(exist("$1"))' | $OCTAVE -qf`X != `echo 'disp(0)' | $OCTAVE -qf`X ; then
280
   AC_MSG_RESULT(yes)
280
   AC_MSG_RESULT(yes)
281
   $2
281
   $2
282
else
282
else

Return to bug 173274