Changeset 7e91d4f for configure.ac


Ignore:
Timestamp:
May 25, 2015, 10:12:57 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:
8f1b0e1
Parents:
5d6ce1f
Message:

delete configure.in, fix configure.ac second attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r5d6ce1f r7e91d4f  
    44AC_PREREQ([2.68])
    55AC_INIT(cfa-cc, 1.0.0, cforall@plg.uwaterloo.ca)
    6 AM_INIT_AUTOMAKE([foreign])             # do not follow GNU standard
     6AM_INIT_AUTOMAKE
    77AC_CONFIG_SRCDIR([src/main.cc])
    88AC_CONFIG_HEADERS([config.h])
     
    104104
    105105AC_OUTPUT
     106
    106107# Final text
    107108AC_MSG_RESULT(Cforall configuraton completed. Type "make -j 8 install".)
Note: See TracChangeset for help on using the changeset viewer.