# HG changeset patch # User jwe # Date 1037764109 0 # Node ID 989f9e130969d5f96d58d17539c4ce341c02c02e # Parent bc0edad7dda7017abd345c4495fe653286323c20 [project @ 2002-11-20 03:48:29 by jwe] diff --git a/configure.in b/configure.in --- 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]*)