From: bangerth Date: Sun, 14 Oct 2012 21:53:15 +0000 (+0000) Subject: Remove tests from configure.in that had previously been removed from aclocal.m4 and... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=764f69f24dc5a38312cc243bf16fdc814f5ae451;p=dealii-svn.git Remove tests from configure.in that had previously been removed from aclocal.m4 and have since been giving us errors onto the console. git-svn-id: https://svn.dealii.org/trunk@27121 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure b/deal.II/configure index c9e026053e..32475c7437 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 26811 . +# From configure.in Revision: 26920 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for deal.II 7.3.pre. # @@ -6579,8 +6579,6 @@ _ACEOF fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -DEAL_II_CHECK_NAMESP_TEMPL_FRIEND_BUG -DEAL_II_CHECK_NAMESP_TEMPL_FRIEND_BUG2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for template specialization friend bug" >&5 $as_echo_n "checking for template specialization friend bug... " >&6; } @@ -6686,10 +6684,6 @@ $as_echo "#define DEAL_II_IMPLEMENTED_PURE_FUNCTION_BUG 1" >>confdefs.h fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -DEAL_II_CHECK_TEMPLATE_TEMPLATE_TYPEDEF_BUG -DEAL_II_CHECK_FUNPTR_TEMPLATE_TEMPLATE_BUG -DEAL_II_CHECK_NESTED_CLASS_FRIEND_BUG -DEAL_II_CHECK_NESTED_CLASS_TEMPL_FRIEND_BUG { $as_echo "$as_me:${as_lineno-$LINENO}: checking for member variable specialization bug" >&5 $as_echo_n "checking for member variable specialization bug... " >&6; } @@ -6780,8 +6774,6 @@ $as_echo "#define DEAL_II_MEMBER_ARRAY_SPECIALIZATION_BUG 1" >>confdefs.h fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -DEAL_II_CHECK_MEMBER_TEMPLATE_SPECIALIZATION_BUG -DEAL_II_CHECK_LONG_DOUBLE_LOOP_BUG { $as_echo "$as_me:${as_lineno-$LINENO}: checking for anonymous namespace and name mangling bug" >&5 $as_echo_n "checking for anonymous namespace and name mangling bug... " >&6; } @@ -7112,7 +7104,6 @@ $as_echo "#define DEAL_II_ARRAY_CONDITIONAL_DECAY_BUG 1" >>confdefs.h fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -DEAL_II_CHECK_ARRAY_ARG_BUG { $as_echo "$as_me:${as_lineno-$LINENO}: checking for explicit template constructor bug" >&5 $as_echo_n "checking for explicit template constructor bug... " >&6; } diff --git a/deal.II/configure.in b/deal.II/configure.in index 63775992fd..209e59e784 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -205,18 +205,10 @@ DEAL_II_CHECK_LOCAL_TYPEDEF_COMP DEAL_II_CHECK_TEMPLATE_SPEC_ACCESS DEAL_II_CHECK_MEMBER_OP_TEMPLATE_INST DEAL_II_CHECK_EXPLICIT_DESTRUCTOR_BUG -DEAL_II_CHECK_NAMESP_TEMPL_FRIEND_BUG -DEAL_II_CHECK_NAMESP_TEMPL_FRIEND_BUG2 DEAL_II_CHECK_TEMPL_SPEC_FRIEND_BUG DEAL_II_CHECK_IMPLEMENTED_PURE_FUNCTION_BUG -DEAL_II_CHECK_TEMPLATE_TEMPLATE_TYPEDEF_BUG -DEAL_II_CHECK_FUNPTR_TEMPLATE_TEMPLATE_BUG -DEAL_II_CHECK_NESTED_CLASS_FRIEND_BUG -DEAL_II_CHECK_NESTED_CLASS_TEMPL_FRIEND_BUG DEAL_II_CHECK_MEMBER_VAR_SPECIALIZATION_BUG DEAL_II_CHECK_MEMBER_ARRAY_SPECIALIZATION_BUG -DEAL_II_CHECK_MEMBER_TEMPLATE_SPECIALIZATION_BUG -DEAL_II_CHECK_LONG_DOUBLE_LOOP_BUG DEAL_II_CHECK_ANON_NAMESPACE_BUG DEAL_II_CHECK_ANON_NAMESPACE_BUG2 DEAL_II_CHECK_ANON_NAMESPACE_BUG3 @@ -224,7 +216,6 @@ DEAL_II_CHECK_WEAK_LINKAGE_BUG DEAL_II_CHECK_SFINAE_BUG DEAL_II_CHECK_TEMPL_OP_DISAMBIGUATION_BUG DEAL_II_CHECK_ARRAY_CONDITIONAL_DECAY_BUG -DEAL_II_CHECK_ARRAY_ARG_BUG DEAL_II_CHECK_EXPLICIT_CONSTRUCTOR_BUG DEAL_II_CHECK_CONST_MEMBER_DEDUCTION_BUG DEAL_II_CHECK_TYPE_QUALIFIER_BUG