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

Fix missing ALBERTA_SET_PREFIX call.

parent 17f16dca
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,8 @@ AM_CONFIG_HEADER([config.h]) ...@@ -15,6 +15,8 @@ AM_CONFIG_HEADER([config.h])
pkglibexecdir="${libexecdir}/${PACKAGE_NAME}-${PACKAGE_VERSION}" pkglibexecdir="${libexecdir}/${PACKAGE_NAME}-${PACKAGE_VERSION}"
AC_SUBST([pkglibexecdir]) AC_SUBST([pkglibexecdir])
ALBERTA_SET_PREFIX
# #
# all CONFIG_FILES for the ALBERTA libraries are added through the # all CONFIG_FILES for the ALBERTA libraries are added through the
# ALBERT_DIMENSION_ENABLE/DISABLE() macros # ALBERT_DIMENSION_ENABLE/DISABLE() macros
...@@ -530,7 +532,7 @@ AC_CHECK_MEMBERS([struct sigaction.sa_sigaction],,,[#include <signal.h>]) ...@@ -530,7 +532,7 @@ AC_CHECK_MEMBERS([struct sigaction.sa_sigaction],,,[#include <signal.h>])
# ----------------------- # -----------------------
# THESE ARE OUR OWN TESTS # THESE ARE OUR OWN TESTS
# ----------------------- # -----------------------
#
# check for BLAS library. The BLAS may come under different names. We default # check for BLAS library. The BLAS may come under different names. We default
# to -lblas, but other possibilities are sunperf, atlas, cxml (Alpha AXP) # to -lblas, but other possibilities are sunperf, atlas, cxml (Alpha AXP)
# etc etc etc etc etc etc etc etc etc etc ........................... # etc etc etc etc etc etc etc etc etc etc ...........................
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment