Changeset d3b7937 for configure.ac


Ignore:
Timestamp:
Jan 29, 2016, 4:36:39 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
ae8b942
Parents:
f3fc8cbe
Message:

building runtime library (first attempt)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rf3fc8cbe rd3b7937  
    55AC_INIT([cfa-cc],[1.0.0],[cforall@plg.uwaterloo.ca])
    66AC_CONFIG_AUX_DIR([automake])
    7 AC_CONFIG_SRCDIR([src/main.cc])
     7#AC_CONFIG_SRCDIR([src/main.cc])
    88AC_CONFIG_HEADERS([config.h])
    99
     
    3535        cfa_prefix=${prefix}
    3636fi
    37 AC_DEFINE_UNQUOTED(CFA_PREFIX, "${cfa_prefix}", [Location of cfa files.])
     37AC_DEFINE_UNQUOTED(CFA_PREFIX, "${cfa_prefix}", [Location of cfa install.])
    3838AC_SUBST(CFA_PREFIX, ${cfa_prefix})
    3939
Note: See TracChangeset for help on using the changeset viewer.