comparison configure.in @ 3842:07b99a1889cb

[project @ 2001-06-29 18:58:21 by jwe]
author jwe
date Fri, 29 Jun 2001 18:58:22 +0000
parents 47ee5e57a350
children 92fb162eba24
comparison
equal deleted inserted replaced
3841:bbe74a066592 3842:07b99a1889cb
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.348 $) 24 AC_REVISION($Revision: 1.349 $)
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)
191 fi 191 fi
192 AC_SUBST(CXX_VERSION) 192 AC_SUBST(CXX_VERSION)
193 193
194 OCTAVE_CXX_NEW_FRIEND_TEMPLATE_DECL 194 OCTAVE_CXX_NEW_FRIEND_TEMPLATE_DECL
195 OCTAVE_CXX_ISO_COMPLIANT_LIBRARY 195 OCTAVE_CXX_ISO_COMPLIANT_LIBRARY
196
197 # Determine the ABI used the C++ compiler, needed by the dynamic loading
198 # code. Currently supported ABIs are GNU v2, GNU v3 and Sun Workshop.
199
200 OCTAVE_CXX_ABI
196 201
197 ### See which C compiler to use (we expect to find gcc). 202 ### See which C compiler to use (we expect to find gcc).
198 203
199 EXTERN_CFLAGS="$CFLAGS" 204 EXTERN_CFLAGS="$CFLAGS"
200 205