comparison configure.in @ 3233:98d0ee053ba4

[project @ 1999-01-27 20:23:40 by jwe]
author jwe
date Wed, 27 Jan 1999 20:23:46 +0000
parents 3f6ae91e86b0
children 041ea33fbbf4
comparison
equal deleted inserted replaced
3232:3f6ae91e86b0 3233:98d0ee053ba4
19 ### You should have received a copy of the GNU General Public License 19 ### You should have received a copy of the GNU General Public License
20 ### along with Octave; see the file COPYING. If not, write to the Free 20 ### along with Octave; see the file COPYING. If not, write to the Free
21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA
22 ### 02111-1307, USA. 22 ### 02111-1307, USA.
23 23
24 AC_REVISION($Revision: 1.314 $) 24 AC_REVISION($Revision: 1.315 $)
25 AC_PREREQ(2.9) 25 AC_PREREQ(2.9)
26 AC_INIT(src/octave.cc) 26 AC_INIT(src/octave.cc)
27 AC_CONFIG_HEADER(config.h) 27 AC_CONFIG_HEADER(config.h)
28 28
29 AC_DEFINE(OCTAVE_SOURCE, 1) 29 AC_DEFINE(OCTAVE_SOURCE, 1)
391 true 391 true
392 else 392 else
393 FFLAGS="-fpe1 $FFLAGS" 393 FFLAGS="-fpe1 $FFLAGS"
394 fi 394 fi
395 ;; 395 ;;
396 powerpc-apple-machten*)
397 FFLAGS=
398 ;;
396 esac 399 esac
397 if test -n "$FFLAGS"; then 400 if test -n "$FFLAGS"; then
398 AC_MSG_RESULT([defining FFLAGS to be $FFLAGS]) 401 AC_MSG_RESULT([defining FFLAGS to be $FFLAGS])
399 fi 402 fi
400 fi 403 fi