From a666e9c154f73811a0dfd284e353b3c08468c9f4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 20 Apr 2005 21:57:40 +0000 Subject: [PATCH] Proper name of version file. git-svn-id: https://svn.dealii.org/trunk@10546 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index c5d35f530d..74b012c6bd 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -4571,7 +4571,7 @@ AC_DEFUN(DEAL_II_CONFIGURE_METIS, dnl to be used]) AC_MSG_CHECKING(for Metis version) - DEAL_II_METIS_VERSION=`cat $DEAL_II_METIS_DIR/Version` + DEAL_II_METIS_VERSION=`cat $DEAL_II_METIS_DIR/VERSION` AC_MSG_RESULT($DEAL_II_METIS_VERSION) fi ]) -- 2.39.5