From 0ef879ecfec81b8dace805685dba2ed5225841ed Mon Sep 17 00:00:00 2001
From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>
Date: Mon, 1 Dec 2003 23:32:52 +0000
Subject: [PATCH] really include all ALBERTA versions.

---
 m4/alberta-dims.m4 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/m4/alberta-dims.m4 b/m4/alberta-dims.m4
index 9ff85a5..bf70476 100644
--- a/m4/alberta-dims.m4
+++ b/m4/alberta-dims.m4
@@ -9,7 +9,7 @@ AC_DEFUN([ALBERTA_DIMENSION_ENABLE],
 [SIMPLE_ENABLE_FLAG([alberta-$1$2],
 [enable building of an ALBERTA library for parametric Finite Elements
 of dimension $1 where the surrounding space has dimension $2.], 0)
-if test "$ALBERTA_$1$2" -eq 1; then
+dnl if test "$ALBERTA_$1$2" -eq 1; then
 	AC_CONFIG_FILES([ALBERTA/src/ALBERTA$1$2_0/Makefile])
 dnl	if test "$DEBUG" -eq 1; then
 		AC_CONFIG_FILES([ALBERTA/src/ALBERTA$1$2_1/Makefile])
@@ -20,12 +20,12 @@ dnl	fi
 dnl	if test "$DEBUG" -eq 1 -a "$EL_INDEX" -eq 1; then
 		AC_CONFIG_FILES([ALBERTA/src/ALBERTA$1$2_11/Makefile])
 dnl	fi
-fi
+dnl fi
 ])
 AC_DEFUN([ALBERTA_DIMENSION_DISABLE],
 [SIMPLE_ENABLE_FLAG([alberta-$1$1],
 [disable building of an ALBERTA library for Finite Elements of dimension $1.], 1)
-if test "$ALBERTA_$1$1" -eq 1; then
+dnl if test "$ALBERTA_$1$1" -eq 1; then
 	AC_CONFIG_FILES([ALBERTA/src/ALBERTA$1$1_0/Makefile])
 dnl	if test "$DEBUG" -eq 1; then
 		AC_CONFIG_FILES([ALBERTA/src/ALBERTA$1$1_1/Makefile])
@@ -36,5 +36,5 @@ dnl	fi
 dnl	if test "$DEBUG" -eq 1 -a "$EL_INDEX" -eq 1; then
 		AC_CONFIG_FILES([ALBERTA/src/ALBERTA$1$1_11/Makefile])
 dnl	fi
-fi
+dnl fi
 ])
-- 
GitLab