Changeset 0c1b566 for configure.ac


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.ac

    rea5b7d6 r0c1b566  
    8080# Create variables for commonly used targets
    8181
    82 TOP_SRCDIR=$ac_pwd/$ac_confdir/
    83 TOP_BUILDDIR=$ac_pwd/
     82TOP_SRCDIR=$(readlink -f $ac_confdir/)
     83TOP_BUILDDIR=$(readlink -f $ac_pwd/)
     84
     85echo ${TOP_SRCDIR}
     86echo ${TOP_BUILDDIR}
    8487
    8588AC_DEFINE_UNQUOTED(TOP_SRCDIR, "$TOP_SRCDIR", [Top src directory])
Note: See TracChangeset for help on using the changeset viewer.