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

Collapse All | Expand All

(-)octave-forge-2006.07.09.orig/configure (-5 / +5 lines)
Lines 4217-4223 Link Here
4217
4217
4218
echo "$as_me:$LINENO: checking for autoload in Octave" >&5
4218
echo "$as_me:$LINENO: checking for autoload in Octave" >&5
4219
echo $ECHO_N "checking for autoload in Octave... $ECHO_C" >&6
4219
echo $ECHO_N "checking for autoload in Octave... $ECHO_C" >&6
4220
if test `echo 'disp(exist("autoload"))' | $OCTAVE -qf`X != 0X ; then
4220
if test `echo 'disp(exist("autoload"))' | $OCTAVE -qf | sed 's/ //'`X != 0X ; then
4221
   echo "$as_me:$LINENO: result: yes" >&5
4221
   echo "$as_me:$LINENO: result: yes" >&5
4222
echo "${ECHO_T}yes" >&6
4222
echo "${ECHO_T}yes" >&6
4223
4223
Lines 4241-4247 Link Here
4241
4241
4242
echo "$as_me:$LINENO: checking for do_fortran_indexing in Octave" >&5
4242
echo "$as_me:$LINENO: checking for do_fortran_indexing in Octave" >&5
4243
echo $ECHO_N "checking for do_fortran_indexing in Octave... $ECHO_C" >&6
4243
echo $ECHO_N "checking for do_fortran_indexing in Octave... $ECHO_C" >&6
4244
if test `echo 'disp(exist("do_fortran_indexing"))' | $OCTAVE -qf`X != 0X ; then
4244
if test `echo 'disp(exist("do_fortran_indexing"))' | $OCTAVE -qf | sed 's/ //'`X != 0X ; then
4245
   echo "$as_me:$LINENO: result: yes" >&5
4245
   echo "$as_me:$LINENO: result: yes" >&5
4246
echo "${ECHO_T}yes" >&6
4246
echo "${ECHO_T}yes" >&6
4247
   HAVE_DO_FORTRAN_INDEXING="-DHAVE_DO_FORTRAN_INDEXING"
4247
   HAVE_DO_FORTRAN_INDEXING="-DHAVE_DO_FORTRAN_INDEXING"
Lines 4255-4261 Link Here
4255
4255
4256
echo "$as_me:$LINENO: checking for propagate_empty_matrices in Octave" >&5
4256
echo "$as_me:$LINENO: checking for propagate_empty_matrices in Octave" >&5
4257
echo $ECHO_N "checking for propagate_empty_matrices in Octave... $ECHO_C" >&6
4257
echo $ECHO_N "checking for propagate_empty_matrices in Octave... $ECHO_C" >&6
4258
if test `echo 'disp(exist("propagate_empty_matrices"))' | $OCTAVE -qf`X != 0X ; then
4258
if test `echo 'disp(exist("propagate_empty_matrices"))' | $OCTAVE -qf | sed 's/ //'`X != 0X ; then
4259
   echo "$as_me:$LINENO: result: yes" >&5
4259
   echo "$as_me:$LINENO: result: yes" >&5
4260
echo "${ECHO_T}yes" >&6
4260
echo "${ECHO_T}yes" >&6
4261
   PROPAGATE_EMPTY_MATRICES="-DHAVE_PROPAGATE_EMPTY_MATRICES"
4261
   PROPAGATE_EMPTY_MATRICES="-DHAVE_PROPAGATE_EMPTY_MATRICES"
Lines 4269-4275 Link Here
4269
4269
4270
echo "$as_me:$LINENO: checking for ok_to_lose_imaginary_part in Octave" >&5
4270
echo "$as_me:$LINENO: checking for ok_to_lose_imaginary_part in Octave" >&5
4271
echo $ECHO_N "checking for ok_to_lose_imaginary_part in Octave... $ECHO_C" >&6
4271
echo $ECHO_N "checking for ok_to_lose_imaginary_part in Octave... $ECHO_C" >&6
4272
if test `echo 'disp(exist("ok_to_lose_imaginary_part"))' | $OCTAVE -qf`X != 0X ; then
4272
if test `echo 'disp(exist("ok_to_lose_imaginary_part"))' | $OCTAVE -qf | sed 's/ //'`X != 0X ; then
4273
   echo "$as_me:$LINENO: result: yes" >&5
4273
   echo "$as_me:$LINENO: result: yes" >&5
4274
echo "${ECHO_T}yes" >&6
4274
echo "${ECHO_T}yes" >&6
4275
   HAVE_OK_TO_LOSE_IMAGINARY_PART="-DHAVE_OK_TO_LOSE_IMAGINARY_PART"
4275
   HAVE_OK_TO_LOSE_IMAGINARY_PART="-DHAVE_OK_TO_LOSE_IMAGINARY_PART"
Lines 4306-4312 Link Here
4306
4306
4307
echo "$as_me:$LINENO: checking for class in Octave" >&5
4307
echo "$as_me:$LINENO: checking for class in Octave" >&5
4308
echo $ECHO_N "checking for class in Octave... $ECHO_C" >&6
4308
echo $ECHO_N "checking for class in Octave... $ECHO_C" >&6
4309
if test `echo 'disp(exist("class"))' | $OCTAVE -qf`X != 0X ; then
4309
if test `echo 'disp(exist("class"))' | $OCTAVE -qf | sed 's/ //'`X != 0X ; then
4310
   echo "$as_me:$LINENO: result: yes" >&5
4310
   echo "$as_me:$LINENO: result: yes" >&5
4311
echo "${ECHO_T}yes" >&6
4311
echo "${ECHO_T}yes" >&6
4312
   TYPEID_HAS_CLASS="-DTYPEID_HAS_CLASS"
4312
   TYPEID_HAS_CLASS="-DTYPEID_HAS_CLASS"
(-)octave-forge-2006.07.09.orig/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 | sed 's/ //g'`X != 0X ; then
280
   AC_MSG_RESULT(yes)
280
   AC_MSG_RESULT(yes)
281
   $2
281
   $2
282
else
282
else

Return to bug 153462