Changeset c6bbcdb for libcfa/configure


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

    r6d44da1 rc6bbcdb  
    709709CFACPP
    710710CFACC
     711CFA_VERSION
    711712DRIVER_DIR
    712713CONFIGURATION
     
    799800CONFIGURATION
    800801DRIVER_DIR
     802CFA_VERSION
    801803CC
    802804CFLAGS
     
    14731475              deubg, nodebug, nolib (prelude-only)
    14741476  DRIVER_DIR  The path to the cforall driver directory
     1477  CFA_VERSION The long version of cfa
    14751478  CC          C compiler command
    14761479  CFLAGS      C compiler flags
     
    29322935
    29332936
     2937
    29342938CFACC=${DRIVER_DIR}cfa
    29352939CFACPP=${DRIVER_DIR}cfa-cpp
     2940
    29362941
    29372942
Note: See TracChangeset for help on using the changeset viewer.