Changeset 796cea3 for configure.ac


Ignore:
Timestamp:
Mar 8, 2017, 3:17:58 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
6363ad1
Parents:
64cb860
Message:

Added proper argument to rename cfa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r64cb860 r796cea3  
    4040                Use -program-transform-name='s/cfa$/[[Desired name here]]/' instead])
    4141fi
     42
     43AC_ARG_WITH(cfa-name,
     44        [  --with-cfa-name=NAME     NAME too which cfa will be installed],
     45        cfa_name=$withval, cfa_name="cfa")
    4246
    4347#Define the new name of the installed command
Note: See TracChangeset for help on using the changeset viewer.