Changeset 107b01a for configure.ac


Ignore:
Timestamp:
Dec 19, 2018, 1:47:03 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
84b4d607
Parents:
a2dbcff1
Message:

Several changes to the makefiles

  • change .c tests to .cfa
  • add require for libtool in configure
  • libtoolize to fix some warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    ra2dbcff1 r107b01a  
    55AC_INIT([cfa-cc],[1.0.0.0],[cforall@plg.uwaterloo.ca])
    66AC_CONFIG_AUX_DIR([automake])
     7AC_CONFIG_MACRO_DIRS([automake])
    78#AC_CONFIG_SRCDIR([src/main.cc])
    89AC_CONFIG_HEADERS([config.h:src/config.h.in])
     
    183184AC_PROG_LEX
    184185if test "${LEX}" = "lex" ; then echo "Error: flex required." ; exit 1 ; fi
     186AC_PROG_LIBTOOL
    185187AC_PROG_INSTALL
    186188AC_PROG_MAKE_SET
    187 AC_PROG_RANLIB
    188189
    189190# Checks for libraries.
Note: See TracChangeset for help on using the changeset viewer.