comparison configure.in @ 3351:8623649c967c

[project @ 1999-11-15 16:17:01 by jwe]
author jwe
date Mon, 15 Nov 1999 16:17:06 +0000
parents 2aeac71e8326
children 996bb7ea4507
comparison
equal deleted inserted replaced
3350:729ad2b6a052 3351:8623649c967c
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.319 $) 24 AC_REVISION($Revision: 1.320 $)
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)
254 ieee_fp_flag=-mieee-with-inexact 254 ieee_fp_flag=-mieee-with-inexact
255 XTRA_CXXFLAGS="$XTRA_CXXFLAGS -mieee-with-inexact" 255 XTRA_CXXFLAGS="$XTRA_CXXFLAGS -mieee-with-inexact"
256 AC_MSG_RESULT([adding -mieee-with-inexact to XTRA_CXXFLAGS])]) 256 AC_MSG_RESULT([adding -mieee-with-inexact to XTRA_CXXFLAGS])])
257 ;; 257 ;;
258 *ibm-aix4*) 258 *ibm-aix4*)
259 OCTAVE_CC_FLAG(-mno-fp-in-toc, [ 259 OCTAVE_CC_FLAG(-mminimal-toc, [
260 XTRA_CFLAGS="$XTRA_CFLAGS -mno-fp-in-toc"]) 260 XTRA_CFLAGS="$XTRA_CFLAGS -mminimal-toc"])
261 261
262 OCTAVE_CXX_FLAG(-mno-fp-in-toc, [ 262 OCTAVE_CXX_FLAG(-mminimal-toc, [
263 XTRA_CXXFLAGS="$XTRA_CXXFLAGS -mno-fp-in-toc"]) 263 XTRA_CXXFLAGS="$XTRA_CXXFLAGS -mminimal-toc"])
264 ;; 264 ;;
265 esac 265 esac
266 266
267 ### Octave doesn't use run-time type identification or exceptions yet, 267 ### Octave doesn't use run-time type identification or exceptions yet,
268 ### so disable them for somewhat faster and smaller code. 268 ### so disable them for somewhat faster and smaller code.