mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
Zoltan is added as thirdParty package
This commit is contained in:
17
thirdParty/Zoltan/config/tac_arg_with_3pl_sub.m4
vendored
Normal file
17
thirdParty/Zoltan/config/tac_arg_with_3pl_sub.m4
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
dnl @synopsis TAC_ARG_WITH_3PL_SUB( VALUE_NAME, VALUE_SUB_NAME, VALUE_DESCRIPTION)
|
||||
dnl
|
||||
dnl Test for --with-${VALUE_NAME}-${VALUE_SUB_NAME} and set to no if value not specified.
|
||||
dnl
|
||||
dnl Use this macro to set variables, such as library names and include paths, which
|
||||
dnl include an underscore.
|
||||
dnl
|
||||
dnl This file was based on tac_arg_with_sub.m4 by Ken Stanley
|
||||
dnl @author Jim Willenbring <jmwille@sandia.gov>
|
||||
dnl
|
||||
AC_DEFUN([TAC_ARG_WITH_3PL_SUB],
|
||||
[
|
||||
AC_ARG_WITH([$1-$2],
|
||||
AC_HELP_STRING([--with-$1-$2],[$3]),
|
||||
tac_with_$1_$2=$withval, tac_with_$1_$2=no)
|
||||
])
|
||||
|
Reference in New Issue
Block a user