Changeset 33a129a
- Timestamp:
- Dec 8, 2020, 1:00:55 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 3f91792
- Parents:
- a12810d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
ra12810d r33a129a 28 28 # New AST toggling support 29 29 AH_TEMPLATE([CFA_USE_NEW_AST],[Sets whether or not to use the new-ast, this is adefault value and can be overrided by --old-ast and --new-ast]) 30 DEFAULT_NEW_AST=" False"30 DEFAULT_NEW_AST="True" 31 31 AC_ARG_ENABLE(new-ast, 32 32 [ --enable-new-ast whether or not to use new ast as the default AST algorithm], … … 103 103 # Create variables for commonly used targets 104 104 105 TOP_SRCDIR="$(readlink - m $ac_confdir/)/"106 TOP_BUILDDIR="$(readlink - m$ac_pwd/)/"105 TOP_SRCDIR="$(readlink -e $ac_abs_confdir/)/" 106 TOP_BUILDDIR="$(readlink -e $ac_pwd/)/" 107 107 108 108 AC_DEFINE_UNQUOTED(TOP_SRCDIR, "$TOP_SRCDIR", [Top src directory])
Note: See TracChangeset
for help on using the changeset viewer.