Ignore:
Timestamp:
Sep 25, 2018, 4:43:25 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Fixed shared library version number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/configure.ac

    r6d44da1 rc6bbcdb  
    2222AC_ARG_VAR(CONFIGURATION, [The configuration to use when building libcfa, options are: deubg, nodebug, nolib (prelude-only)])
    2323AC_ARG_VAR(DRIVER_DIR, [The path to the cforall driver directory])
     24AC_ARG_VAR(CFA_VERSION, [The long version of cfa])
    2425
    2526CFACC=${DRIVER_DIR}cfa
     
    2728AC_SUBST(CFACC)
    2829AC_SUBST(CFACPP)
     30AC_SUBST(CFA_VERSION)
    2931
    3032#==============================================================================
Note: See TracChangeset for help on using the changeset viewer.