comparison configure.in @ 2319:689bd09e92b2

[project @ 1996-07-15 19:22:35 by jwe]
author jwe
date Mon, 15 Jul 1996 19:22:35 +0000
parents 95d9259a9915
children 9694ebb20b19
comparison
equal deleted inserted replaced
2318:31e7eb125d89 2319:689bd09e92b2
18 ### 18 ###
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 02111-1307, USA. 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 22
23 AC_REVISION($Revision: 1.208 $) 23 AC_REVISION($Revision: 1.209 $)
24 AC_PREREQ(2.9) 24 AC_PREREQ(2.9)
25 AC_INIT(src/octave.cc) 25 AC_INIT(src/octave.cc)
26 AC_CONFIG_HEADER(config.h) 26 AC_CONFIG_HEADER(config.h)
27 27
28 AC_DEFINE(OCTAVE_SOURCE, 1) 28 AC_DEFINE(OCTAVE_SOURCE, 1)
296 ### On Alpha/OSF systems, wee need -mieee-with-inexact, but that also 296 ### On Alpha/OSF systems, wee need -mieee-with-inexact, but that also
297 ### requires gcc 2.8.x or later. 297 ### requires gcc 2.8.x or later.
298 298
299 case "$canonical_host_type" in 299 case "$canonical_host_type" in
300 changequote(,)dnl 300 changequote(,)dnl
301 i[345]86-*-linux) 301 i[345]86-*-linux*)
302 changequote([,])dnl 302 changequote([,])dnl
303 GCC_IEEE_FP_FLAG="-mieee-fp" 303 GCC_IEEE_FP_FLAG="-mieee-fp"
304 AC_MSG_RESULT([defining GCC_IEEE_FP_FLAG to be $GCC_IEEE_FP_FLAG]) 304 AC_MSG_RESULT([defining GCC_IEEE_FP_FLAG to be $GCC_IEEE_FP_FLAG])
305 ;; 305 ;;
306 alpha-dec-osf*) 306 alpha-dec-osf*)
390 ;; 390 ;;
391 sparc-sun-sunos4*) 391 sparc-sun-sunos4*)
392 FPICFLAG=-PIC 392 FPICFLAG=-PIC
393 RLD_FLAG='-L $(libdir)' 393 RLD_FLAG='-L $(libdir)'
394 ;; 394 ;;
395 sparc-sun-sunos5*) 395 sparc-sun-solaris2*)
396 FPICFLAG=-PIC 396 FPICFLAG=-PIC
397 RLD_FLAG='-Xlinker -R -Xlinker $(libdir)' 397 RLD_FLAG='-Xlinker -R -Xlinker $(libdir)'
398 ;; 398 ;;
399 esac 399 esac
400 else 400 else