From 14ceaba4ce011036678867a5223fc39a6efa3a56 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Fri, 23 Sep 2005 10:37:32 +0000 Subject: [PATCH] Remove checking for NetCDF version. git-svn-id: https://svn.dealii.org/trunk@11521 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 4 ---- deal.II/configure | 8 +------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 9b42922685..47d77ff31b 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -4531,10 +4531,6 @@ AC_DEFUN(DEAL_II_CONFIGURE_NETCDF, dnl AC_DEFINE(DEAL_II_HAVE_NETCDF, 1, [Flag indicating whether the library shall be compiled to use the NetCDF interface]) - AC_MSG_CHECKING(for NetCDF version) - DEAL_II_NETCDF_VERSION=`cat $DEAL_II_NETCDF_DIR/src/VERSION` - AC_MSG_RESULT($DEAL_II_NETCDF_VERSION) - LIBS="$NETCDF_LIB $LIBS" fi fi diff --git a/deal.II/configure b/deal.II/configure index 87cc7b77ad..cbfbb6f7ef 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.211 . +# From configure.in Revision: 1.212 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for deal.II 5.3.pre. # @@ -9783,12 +9783,6 @@ cat >>confdefs.h <<\_ACEOF _ACEOF - echo "$as_me:$LINENO: checking for NetCDF version" >&5 -echo $ECHO_N "checking for NetCDF version... $ECHO_C" >&6 - DEAL_II_NETCDF_VERSION=`cat $DEAL_II_NETCDF_DIR/src/VERSION` - echo "$as_me:$LINENO: result: $DEAL_II_NETCDF_VERSION" >&5 -echo "${ECHO_T}$DEAL_II_NETCDF_VERSION" >&6 - LIBS="$NETCDF_LIB $LIBS" fi fi -- 2.39.5