Changeset 7e91d4f
- Timestamp:
- May 25, 2015, 10:12:57 PM (10 years ago)
- 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:
- 8f1b0e1
- Parents:
- 5d6ce1f
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r5d6ce1f r7e91d4f 2863 2863 2864 2864 2865 # do not follow GNU standard 2865 2866 2866 2867 2867 ac_config_headers="$ac_config_headers config.h" … … 6937 6937 fi 6938 6938 6939 6939 6940 # Final text 6940 6941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Cforall configuraton completed. Type \"make -j 8 install\"." >&5 -
configure.ac
r5d6ce1f r7e91d4f 4 4 AC_PREREQ([2.68]) 5 5 AC_INIT(cfa-cc, 1.0.0, cforall@plg.uwaterloo.ca) 6 AM_INIT_AUTOMAKE ([foreign]) # do not follow GNU standard6 AM_INIT_AUTOMAKE 7 7 AC_CONFIG_SRCDIR([src/main.cc]) 8 8 AC_CONFIG_HEADERS([config.h]) … … 104 104 105 105 AC_OUTPUT 106 106 107 # Final text 107 108 AC_MSG_RESULT(Cforall configuraton completed. Type "make -j 8 install".)
Note: See TracChangeset
for help on using the changeset viewer.