comparison configure.in @ 3176:fccab8e7d35f

[project @ 1998-05-18 20:33:31 by jwe]
author jwe
date Mon, 18 May 1998 20:33:42 +0000
parents 390d5e396682
children d81db29f8b2b
comparison
equal deleted inserted replaced
3175:096940972434 3176:fccab8e7d35f
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.304 $) 24 AC_REVISION($Revision: 1.305 $)
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)
245 245
246 OCTAVE_CXX_FLAG(-mieee-with-inexact, [ 246 OCTAVE_CXX_FLAG(-mieee-with-inexact, [
247 ieee_fp_flag=-mieee-with-inexact 247 ieee_fp_flag=-mieee-with-inexact
248 XTRA_CXXFLAGS="$XTRA_CXXFLAGS -mieee-with-inexact" 248 XTRA_CXXFLAGS="$XTRA_CXXFLAGS -mieee-with-inexact"
249 AC_MSG_RESULT([adding -mieee-with-inexact to XTRA_CXXFLAGS])]) 249 AC_MSG_RESULT([adding -mieee-with-inexact to XTRA_CXXFLAGS])])
250 ;;
251 *ibm-aix4*)
252 OCTAVE_CC_FLAG(-mno-fp-in-toc, [
253 XTRA_CFLAGS="$XTRA_CFLAGS -mno-fp-in-toc"])
254
255 OCTAVE_CXX_FLAG(-mno-fp-in-toc, [
256 XTRA_CXXFLAGS="$XTRA_CXXFLAGS -mno-fp-in-toc"])
250 ;; 257 ;;
251 esac 258 esac
252 259
253 ### Octave doesn't use run-time type identification or exceptions yet, 260 ### Octave doesn't use run-time type identification or exceptions yet,
254 ### so disable them for somewhat faster and smaller code. 261 ### so disable them for somewhat faster and smaller code.
1119 libcruft/misc/Makefile libcruft/odepack/Makefile 1126 libcruft/misc/Makefile libcruft/odepack/Makefile
1120 libcruft/quadpack/Makefile libcruft/ranlib/Makefile 1127 libcruft/quadpack/Makefile libcruft/ranlib/Makefile
1121 libcruft/specfun/Makefile libcruft/slatec-fn/Makefile 1128 libcruft/specfun/Makefile libcruft/slatec-fn/Makefile
1122 libcruft/slatec-err/Makefile libcruft/villad/Makefile) 1129 libcruft/slatec-err/Makefile libcruft/villad/Makefile)
1123 1130
1131 chmod 755 install-octave
1132
1124 ### Print a summary so that important information isn't missed. 1133 ### Print a summary so that important information isn't missed.
1125 1134
1126 if test -z "$F77"; then 1135 if test -z "$F77"; then
1127 FORT="$F2C $F2CFLAGS" 1136 FORT="$F2C $F2CFLAGS"
1128 else 1137 else