Changeset a77e7b5


Ignore:
Timestamp:
May 26, 2015, 4:48:09 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:
e15b0a0a
Parents:
8f1b0e1
Message:

fix configure.ac fourth attempt

Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r8f1b0e1 ra77e7b5  
    33
    44# generated by configure
    5 aclocal.m4
    65autom4te.cache
    76config.h
  • Makefile.in

    r8f1b0e1 ra77e7b5  
    3737        $(top_srcdir)/configure $(top_srcdir)/driver/Makefile.in \
    3838        $(top_srcdir)/libcfa/Makefile.in $(top_srcdir)/src/Makefile.in \
    39         $(top_srcdir)/src/examples/Makefile.in INSTALL TODO install-sh \
     39        $(top_srcdir)/src/examples/Makefile.in INSTALL install-sh \
    4040        missing
    4141ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  • configure

    r8f1b0e1 ra77e7b5  
    23572357
    23582358
     2359#AM_INIT_AUTOMAKE([foreign])            # do not follow GNU standard
    23592360am__api_version='1.11'
    23602361
  • configure.ac

    r8f1b0e1 ra77e7b5  
    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
    67AM_INIT_AUTOMAKE
    78AC_CONFIG_SRCDIR([src/main.cc])
Note: See TracChangeset for help on using the changeset viewer.