Skip to content
Snippets Groups Projects
Commit 0ef879ec authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

really include all ALBERTA versions.

parent 3a51e767
No related branches found
No related tags found
No related merge requests found
......@@ -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
])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment