Changeset 0c1b566 for configure


Ignore:
Timestamp:
Aug 10, 2018, 3:40:47 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:
2ea0a8a
Parents:
ea5b7d6
Message:

Fixed missing foreign options and tentative fix for TOP directories defines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    rea5b7d6 r0c1b566  
    32893289# Create variables for commonly used targets
    32903290
    3291 TOP_SRCDIR=$ac_pwd/$ac_confdir/
    3292 TOP_BUILDDIR=$ac_pwd/
     3291TOP_SRCDIR=$(readlink -f $ac_confdir/)
     3292TOP_BUILDDIR=$(readlink -f $ac_pwd/)
     3293
     3294echo ${TOP_SRCDIR}
     3295echo ${TOP_BUILDDIR}
    32933296
    32943297
Note: See TracChangeset for help on using the changeset viewer.