Changeset 42336618 for configure.ac


Ignore:
Timestamp:
May 27, 2015, 1:51:38 PM (8 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:
f7d59bf
Parents:
4d51835
Message:

fix automake fifth attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r4d51835 r42336618  
    33
    44AC_PREREQ([2.68])
    5 AC_INIT(cfa-cc, 1.0.0, cforall@plg.uwaterloo.ca)
     5AC_INIT([cfa-cc],[1.0.0],[cforall@plg.uwaterloo.ca])
    66#AM_INIT_AUTOMAKE([foreign])            # do not follow GNU standard
    77AM_INIT_AUTOMAKE
     
    9494
    9595# Checks for library functions.
    96 AC_FUNC_MALLOC
    97 AC_FUNC_REALLOC
    9896AC_CHECK_FUNCS([memset putenv strchr strtol])
    9997
Note: See TracChangeset for help on using the changeset viewer.