Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/configure.ac

    r2b3d6ff re523b07  
    44AC_PREREQ([2.68])
    55AC_INIT([cfa-cc],[1.0.0.0],[cforall@plg.uwaterloo.ca])
    6 AC_CONFIG_AUX_DIR([automake])
    7 AC_CONFIG_MACRO_DIRS([automake])
     6AC_CONFIG_AUX_DIR([./automake])
    87AM_SILENT_RULES([yes])
    98
     
    1514: ${CFLAGS=""}
    1615
    17 # define this to override
    18 AR_FLAGS="cr"
    19 
    2016# Allow program name tansformation
    2117# will fill program_transform_name with appropriate sed regex
     
    2521AC_ARG_VAR(CONFIGURATION, [The configuration to use when building libcfa, options are: deubg, nodebug, nolib (prelude-only)])
    2622AC_ARG_VAR(DRIVER_DIR, [The path to the cforall driver directory])
    27 AC_ARG_VAR(CFA_VERSION, [The long version of cfa])
    2823
    2924CFACC=${DRIVER_DIR}cfa
     
    3126AC_SUBST(CFACC)
    3227AC_SUBST(CFACPP)
    33 AC_SUBST(CFA_VERSION)
    3428
    3529#==============================================================================
     
    7670
    7771# Checks for programs.
    78 LT_INIT
    79 
    8072AC_PROG_CXX
    8173AC_PROG_CC
     
    8375AC_PROG_INSTALL
    8476AC_PROG_MAKE_SET
     77AC_PROG_RANLIB
    8578
    8679AC_CONFIG_FILES([
Note: See TracChangeset for help on using the changeset viewer.