Changeset 2ea0a8a for configure.ac


Ignore:
Timestamp:
Aug 10, 2018, 3:48:29 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Some more cannonical paths

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

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