From f0b51c4d737968db90c9c59982e1effadb534555 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Thu, 10 Mar 2005 17:35:52 +0000 Subject: [PATCH] allow for unknown compilers git-svn-id: https://svn.dealii.org/trunk@10080 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 4 ++-- deal.II/configure | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index c42b1a4025..51ec321f9e 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -235,8 +235,8 @@ AC_DEFUN(DEAL_II_DETERMINE_CXX_BRAND, dnl else dnl Aw, nothing suitable found... - AC_MSG_ERROR([Unrecognized compiler -- sorry]) - exit 1 + AC_MSG_RESULT(Unrecognized compiler --- you will probably run into trouble. Try to go ahead and get help from developers@dealii.org) + GXX_VERSION=unknown_cc fi fi fi diff --git a/deal.II/configure b/deal.II/configure index c4ceeb45ab..e751b880ba 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.186 . +# From configure.in Revision: 1.187 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # @@ -3035,10 +3035,9 @@ echo "${ECHO_T}C++ compiler is KAI C++" >&6 GXX_VERSION=kai_cc else - { { echo "$as_me:$LINENO: error: Unrecognized compiler -- sorry" >&5 -echo "$as_me: error: Unrecognized compiler -- sorry" >&2;} - { (exit 1); exit 1; }; } - exit 1 + echo "$as_me:$LINENO: result: Unrecognized compiler --- you will probably run into trouble. Try to go ahead and get help from developers@dealii.org" >&5 +echo "${ECHO_T}Unrecognized compiler --- you will probably run into trouble. Try to go ahead and get help from developers@dealii.org" >&6 + GXX_VERSION=unknown_cc fi fi fi -- 2.39.5