Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alberta3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ians-nmh-siebert
alberta
alberta3
Commits
a968c15d
Commit
a968c15d
authored
18 years ago
by
Claus-Justus Heine
Browse files
Options
Downloads
Patches
Plain Diff
Preparations for vector valued basis functions.
parent
4c56a713
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+12
-12
12 additions, 12 deletions
configure.ac
with
12 additions
and
12 deletions
configure.ac
+
12
−
12
View file @
a968c15d
...
@@ -66,18 +66,18 @@ else
...
@@ -66,18 +66,18 @@ else
fi],
fi],
[BITS=$(( ${ac_cv_sizeof_long} * 8 ))])
[BITS=$(( ${ac_cv_sizeof_long} * 8 ))])
dnl
AC_CONFIG_COMMANDS([dof_stride_free_bit.h],
AC_CONFIG_COMMANDS([dof_stride_free_bit.h],
dnl
[: ${TMPDIR=/tmp}
[: ${TMPDIR=/tmp}
dnl
TARGET_NEW=${TMPDIR}/dof_stride_free_bit.h
TARGET_NEW=${TMPDIR}/dof_stride_free_bit.h
dnl
TARGET=alberta/src/Common/dof_stride_free_bit.h
TARGET=alberta/src/Common/dof_stride_free_bit.h
dnl
${SHELL} ${srcdir}/mkdoffreemasks.sh ${BITS} ${BITS} > ${TARGET_NEW}
${SHELL} ${srcdir}/mkdoffreemasks.sh ${BITS} ${BITS} > ${TARGET_NEW}
dnl
if test -f ${TARGET} && cmp ${TARGET} ${TARGET_NEW} > /dev/null 2>&1 ; then
if test -f ${TARGET} && cmp ${TARGET} ${TARGET_NEW} > /dev/null 2>&1 ; then
dnl
AC_MSG_NOTICE([${TARGET} is unchanged])
AC_MSG_NOTICE([${TARGET} is unchanged])
dnl
else
else
dnl
AC_MSG_NOTICE([Creating ${TARGET}])
AC_MSG_NOTICE([Creating ${TARGET}])
dnl
mv -f ${TARGET_NEW} ${TARGET}
mv -f ${TARGET_NEW} ${TARGET}
dnl
fi],
fi],
dnl
[BITS=$(( ${ac_cv_sizeof_long} * 8 ))])
[BITS=$(( ${ac_cv_sizeof_long} * 8 ))])
# Collect the demo programs
# Collect the demo programs
DEMOSOURCES=
DEMOSOURCES=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment