From afa1c647de9cef693e91bb67de182b6e815fbdab Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE> Date: Wed, 19 Nov 2008 17:10:03 +0000 Subject: [PATCH] Fix missing ALBERTA_SET_PREFIX call. --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9831abe..cbccdd2 100644 --- a/configure.ac +++ b/configure.ac @@ -15,6 +15,8 @@ AM_CONFIG_HEADER([config.h]) pkglibexecdir="${libexecdir}/${PACKAGE_NAME}-${PACKAGE_VERSION}" AC_SUBST([pkglibexecdir]) +ALBERTA_SET_PREFIX + # # all CONFIG_FILES for the ALBERTA libraries are added through the # ALBERT_DIMENSION_ENABLE/DISABLE() macros @@ -530,7 +532,7 @@ AC_CHECK_MEMBERS([struct sigaction.sa_sigaction],,,[#include <signal.h>]) # ----------------------- # THESE ARE OUR OWN TESTS # ----------------------- -# + # check for BLAS library. The BLAS may come under different names. We default # to -lblas, but other possibilities are sunperf, atlas, cxml (Alpha AXP) # etc etc etc etc etc etc etc etc etc etc ........................... -- GitLab