Changeset 2d4211 for configure.ac


Ignore:
Timestamp:
May 31, 2012, 2:55:58 PM (13 years ago)
Author:
Michael Hofmann <michael.hofmann@…>
Children:
a24b80
Parents:
2a5451
Message:

configure: add option --enable-single-lib to create only a single libfcs.a containing the whole library.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1851 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r2a5451 r2d4211  
    186186# Checks for types.
    187187
    188 # Set up FCS types if inside the FCS tree.
     188# Set up FCS library arguments.
     189m4_ifdef([AX_FCS_CONFIG_SOLVER_ARGS],[AX_FCS_CONFIG_SOLVER_ARGS])
     190
     191# Set up FCS library.
     192m4_ifdef([AX_FCS_CONFIG_SOLVER],[AX_FCS_CONFIG_SOLVER])
     193
     194# Set up FCS types
    189195m4_ifdef([AX_FCS_TYPES],
    190   [AX_FCS_TYPES
    191    AC_DEFINE([vmg_float], [fcs_float],
     196  [AC_DEFINE([vmg_float], [fcs_float],
    192197     [Define to the primary interface and computation floating type.])
    193198   AC_DEFINE([vmg_int], [fcs_int],
Note: See TracChangeset for help on using the changeset viewer.