Changeset 25a9b5a for configure.ac


Ignore:
Timestamp:
Aug 2, 2018, 2:52:59 PM (6 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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
c59712e
Parents:
bf71cfd
Message:

Added defines for prelude path in tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rbf71cfd r25a9b5a  
    178178AC_SUBST(CFACC)
    179179AC_SUBST(CFACPP)
     180AC_DEFINE_UNQUOTED(TOP_SRCDIR, "$ac_pwd/$ac_confdir/", [Top src directory])
     181AC_DEFINE_UNQUOTED(TOP_BUILDDIR, "$ac_pwd/", [Top build directory])
     182AC_DEFINE_UNQUOTED(PRELUDE_BUILDDIR, "$ac_pwd/libcfa/prelude/", [Directory where the prelude files are built])
    180183
    181184# Flag variables needed to build in tree
Note: See TracChangeset for help on using the changeset viewer.