Changeset 42336618 for configure.ac
- Timestamp:
- May 27, 2015, 1:51:38 PM (8 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:
- f7d59bf
- Parents:
- 4d51835
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r4d51835 r42336618 3 3 4 4 AC_PREREQ([2.68]) 5 AC_INIT( cfa-cc, 1.0.0, cforall@plg.uwaterloo.ca)5 AC_INIT([cfa-cc],[1.0.0],[cforall@plg.uwaterloo.ca]) 6 6 #AM_INIT_AUTOMAKE([foreign]) # do not follow GNU standard 7 7 AM_INIT_AUTOMAKE … … 94 94 95 95 # Checks for library functions. 96 AC_FUNC_MALLOC97 AC_FUNC_REALLOC98 96 AC_CHECK_FUNCS([memset putenv strchr strtol]) 99 97
Note: See TracChangeset
for help on using the changeset viewer.