Mercurial > hg > octave-nkf
changeset 2416:c9414fdce59b
[project @ 1996-10-16 02:54:17 by jwe]
ChangeLog
author | jwe |
---|---|
date | Wed, 16 Oct 1996 02:54:17 +0000 |
parents | 57e6699c5b43 |
children | 5b23fc117925 |
files | configure.in |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -20,7 +20,7 @@ ### along with Octave; see the file COPYING. If not, write to the Free ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -AC_REVISION($Revision: 1.217 $) +AC_REVISION($Revision: 1.218 $) AC_PREREQ(2.9) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -213,7 +213,7 @@ ADD_CXX_WALL=false NO_IMPLICIT_TEMPLATES= gxx_version=`$CXX -v 2>&1 | grep "^.*g.. version" | \ - sed 's/^.*g.. version *\(cygnus-\)\?//'` + sed -e 's/^.*g.. version *//' -e 's/cygnus-//'` case "$gxx_version" in changequote(,)dnl 2.[6789].*|2.[123456789][0123456789].*) @@ -267,7 +267,7 @@ ADD_CC_WALL=false gcc_version=`$CC -v 2>&1 | grep "^.*gcc version" | \ - sed 's/^.*g.. version *\(cygnus-\)\?//'` + sed -e 's/^.*g.. version *//' -e 's/cygnus-//'` case "$gcc_version" in 2.*) if test -z "$EXTERN_CFLAGS"; then