Changeset a5121bf for automake/cfa.m4
- Timestamp:
- Aug 7, 2018, 3:23:34 PM (6 years ago)
- 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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 575a6e5
- Parents:
- 524ed86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
automake/cfa.m4
r524ed86 ra5121bf 26 26 27 27 if test "$libdir" = '${exec_prefix}/lib'; then 28 cfa_libdir="${cfa_prefix}/lib/${cfa_name}/${ARCHITECTURE}${CONFIGURATION}" 28 if test "${ARCHITECTURE}" != ""; then 29 cfa_libdir="${cfa_prefix}/lib/${cfa_name}/${ARCHITECTURE}-${CONFIGURATION}/" 30 else 31 cfa_libdir="${cfa_prefix}/lib/${cfa_name}/" 32 fi 29 33 else 30 34 cfa_libdir="${libdir}/${ARCHITECTURE}${CONFIGURATION}"
Note: See TracChangeset
for help on using the changeset viewer.