Changeset c6bbcdb for libcfa/configure.ac
- Timestamp:
- Sep 25, 2018, 4:43:25 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 2725882
- Parents:
- 6d44da1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/configure.ac
r6d44da1 rc6bbcdb 22 22 AC_ARG_VAR(CONFIGURATION, [The configuration to use when building libcfa, options are: deubg, nodebug, nolib (prelude-only)]) 23 23 AC_ARG_VAR(DRIVER_DIR, [The path to the cforall driver directory]) 24 AC_ARG_VAR(CFA_VERSION, [The long version of cfa]) 24 25 25 26 CFACC=${DRIVER_DIR}cfa … … 27 28 AC_SUBST(CFACC) 28 29 AC_SUBST(CFACPP) 30 AC_SUBST(CFA_VERSION) 29 31 30 32 #==============================================================================
Note: See TracChangeset
for help on using the changeset viewer.