summaryrefslogtreecommitdiff
path: root/lib/make/configure
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-10-28 08:23:26 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-10-28 08:23:26 +0000
commit9cfe000854722c7c6f7acb6e2fd396861bdb75cf (patch)
treea669e666239f2ef0f491207df1c463e1edc57922 /lib/make/configure
parent7711abec7df63c27b89a5c5e2ddedadfd641411e (diff)
Update from configure.in. This mainly reflects the changes to enable
CCTK_INT1. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3443 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/configure')
-rwxr-xr-xlib/make/configure12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/make/configure b/lib/make/configure
index 6b66feb3..d2c5d802 100755
--- a/lib/make/configure
+++ b/lib/make/configure
@@ -4426,6 +4426,8 @@ case "x$ac_cv_sizeof_short_int" in
CCTK_INT2="short int" ;;
esac
+CCTK_INT1="signed char"
+
if test -n "$CCTK_INT8" ; then
cat >> confdefs.h <<EOF
#define CCTK_INT8 $CCTK_INT8
@@ -4447,6 +4449,13 @@ EOF
fi
+if test -n "$CCTK_INT1" ; then
+ cat >> confdefs.h <<EOF
+#define CCTK_INT1 $CCTK_INT1
+EOF
+
+fi
+
# Float types
case "x$ac_cv_sizeof_long_double" in
@@ -4815,6 +4824,9 @@ fi
# How to link the cactus libraries
+# Currently (2003-10-07) the dependencies from the configure.ccl file are
+# not handled correctly. As a temporary work-around, we re-enable the
+# old behaviour.
: ${CACTUSLIBLINKLINE='-L$(CCTK_LIBDIR) $(addprefix -l, $(ALLCACTUSLIBS) $(ALLCACTUSLIBS))'}
# How to generate C dependency info