Changeset 2ea0a8a for configure.ac
- Timestamp:
- Aug 10, 2018, 3:48:29 PM (5 years ago)
- Branches:
- aaron-thesis, arm-eh, 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:
- 47c1928
- Parents:
- 0c1b566
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r0c1b566 r2ea0a8a 80 80 # Create variables for commonly used targets 81 81 82 TOP_SRCDIR=$(readlink -f $ac_confdir/) 83 TOP_BUILDDIR=$(readlink -f $ac_pwd/) 84 85 echo ${TOP_SRCDIR} 86 echo ${TOP_BUILDDIR} 82 TOP_SRCDIR="$(readlink -f $ac_confdir/)/" 83 TOP_BUILDDIR="$(readlink -f $ac_pwd/)/" 87 84 88 85 AC_DEFINE_UNQUOTED(TOP_SRCDIR, "$TOP_SRCDIR", [Top src directory])
Note: See TracChangeset
for help on using the changeset viewer.