Changeset 158b026 for libcfa/configure.ac
- Timestamp:
- Sep 20, 2019, 9:21:51 AM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 679363c
- Parents:
- 34e1494
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/configure.ac
r34e1494 r158b026 34 34 if test x$enable_distcc = xno; then 35 35 CFACC=${DRIVER_DIR}cfa 36 PRELUDEFLAG='-in-tree'37 36 echo "no" 38 37 else … … 42 41 CFADIR_HASH=$($tools/distcc_hash $config) 43 42 CFACC="distcc ~/.cfadistcc/${CFADIR_HASH}/cfa" 44 PRELUDEFLAG='-dist-tree'45 43 echo "yes (hash=${CFADIR_HASH})" 46 44 fi … … 57 55 AC_SUBST(CFADIR_HASH) 58 56 AC_SUBST(CFA_VERSION) 59 AC_SUBST(PRELUDEFLAG)60 57 61 58 #==============================================================================
Note: See TracChangeset
for help on using the changeset viewer.