comparison configure.in @ 6191:7498bfad5410

[project @ 2006-11-30 17:32:20 by jwe]
author jwe
date Thu, 30 Nov 2006 17:32:20 +0000
parents 237a7f535bbc
children 42efaffa4f08
comparison
equal deleted inserted replaced
6190:ae9eec8608e1 6191:7498bfad5410
27 27
28 EXTERN_CFLAGS="$CFLAGS" 28 EXTERN_CFLAGS="$CFLAGS"
29 EXTERN_CXXFLAGS="$CXXFLAGS" 29 EXTERN_CXXFLAGS="$CXXFLAGS"
30 30
31 AC_INIT 31 AC_INIT
32 AC_REVISION($Revision: 1.547 $) 32 AC_REVISION($Revision: 1.548 $)
33 AC_PREREQ(2.57) 33 AC_PREREQ(2.57)
34 AC_CONFIG_SRCDIR([src/octave.cc]) 34 AC_CONFIG_SRCDIR([src/octave.cc])
35 AC_CONFIG_HEADER(config.h) 35 AC_CONFIG_HEADER(config.h)
36 36
37 OCTAVE_HOST_TYPE 37 OCTAVE_HOST_TYPE
2187 AC_MSG_WARN([signed integers for array indexing.]) 2187 AC_MSG_WARN([signed integers for array indexing.])
2188 AC_MSG_WARN([]) 2188 AC_MSG_WARN([])
2189 warn_msg_printed=true 2189 warn_msg_printed=true
2190 fi 2190 fi
2191 2191
2192 if $warn_message_printed; then 2192 if $warn_msg_printed; then
2193 AC_MSG_NOTICE([ 2193 AC_MSG_NOTICE([
2194 2194
2195 NOTE: libraries may be skipped if a library is not found OR 2195 NOTE: libraries may be skipped if a library is not found OR
2196 if the library on your system is missing required features. 2196 if the library on your system is missing required features.
2197 ]) 2197 ])