Mercurial > hg > octave-lyh
changeset 4191:989f9e130969
[project @ 2002-11-20 03:48:29 by jwe]
author | jwe |
---|---|
date | Wed, 20 Nov 2002 03:48:29 +0000 |
parents | bc0edad7dda7 |
children | 5719210fff4c |
files | configure.in |
diffstat | 1 files changed, 6 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -22,7 +22,7 @@ ### 02111-1307, USA. AC_INIT -AC_REVISION($Revision: 1.392 $) +AC_REVISION($Revision: 1.393 $) AC_PREREQ(2.52) AC_CONFIG_SRCDIR([src/octave.cc]) AC_CONFIG_HEADER(config.h) @@ -170,12 +170,11 @@ gxx_version=`$CXX -v 2>&1 | grep "^.*g.. version" | \ sed -e 's/^.*g.. version *//' -e 's/cygnus-//' -e 's/egcs-//'` -# -# Auto instantiate all templates, other than those that are explicitly -# instantiated in Octave. Octave currently instantiates all needed -# templates for GCC-2.8.x and EGCS-1.1.x, but not for newer GNU releases -# nor for other supported compilers. -# +### Auto instantiate all templates, other than those that are explicitly +### instantiated in Octave. Octave currently instantiates all needed +### templates for GCC-2.8.x and EGCS-1.1.x, but not for newer GNU releases +### nor for other supported compilers. + cxx_auto_instantiate_templates=yes case "$gxx_version" in 1.* | 2.[[0123456]].* | 2.7.[01]*)