comparison configure.in @ 3769:7c8e3c42ed04

[project @ 2001-01-31 22:15:51 by jwe]
author jwe
date Wed, 31 Jan 2001 22:15:55 +0000
parents 0228f57f88c3
children 13905c3a24af
comparison
equal deleted inserted replaced
3768:243148f6c91c 3769:7c8e3c42ed04
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.337 $) 24 AC_REVISION($Revision: 1.338 $)
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)
197 CXX_VERSION="$gxx_version" 197 CXX_VERSION="$gxx_version"
198 fi 198 fi
199 AC_SUBST(CXX_VERSION) 199 AC_SUBST(CXX_VERSION)
200 200
201 OCTAVE_CXX_NEW_FRIEND_TEMPLATE_DECL 201 OCTAVE_CXX_NEW_FRIEND_TEMPLATE_DECL
202 OCTAVE_CXX_ISO_COMPLIANT_LIBRARY
202 203
203 ### See which C compiler to use (we expect to find gcc). 204 ### See which C compiler to use (we expect to find gcc).
204 205
205 EXTERN_CFLAGS="$CFLAGS" 206 EXTERN_CFLAGS="$CFLAGS"
206 207