Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/configure.ac

    re523b07 r107b01a  
    44AC_PREREQ([2.68])
    55AC_INIT([cfa-cc],[1.0.0.0],[cforall@plg.uwaterloo.ca])
    6 AC_CONFIG_AUX_DIR([./automake])
     6AC_CONFIG_AUX_DIR([automake])
     7AC_CONFIG_MACRO_DIRS([automake])
    78AM_SILENT_RULES([yes])
    89
     
    1415: ${CFLAGS=""}
    1516
     17# define this to override
     18AR_FLAGS="cr"
     19
    1620# Allow program name tansformation
    1721# will fill program_transform_name with appropriate sed regex
     
    2125AC_ARG_VAR(CONFIGURATION, [The configuration to use when building libcfa, options are: deubg, nodebug, nolib (prelude-only)])
    2226AC_ARG_VAR(DRIVER_DIR, [The path to the cforall driver directory])
     27AC_ARG_VAR(CFA_VERSION, [The long version of cfa])
    2328
    2429CFACC=${DRIVER_DIR}cfa
     
    2631AC_SUBST(CFACC)
    2732AC_SUBST(CFACPP)
     33AC_SUBST(CFA_VERSION)
    2834
    2935#==============================================================================
     
    5359                CONFIG_BUILDLIB="no"
    5460        ;;
     61        *)
     62        AC_MSG_ERROR('Invalid value $CONFIGURATION for \$CONFIGURATION')
     63        ;;
    5564esac
    5665
     
    7079
    7180# Checks for programs.
     81LT_INIT
     82
    7283AC_PROG_CXX
    7384AC_PROG_CC
    7485AM_PROG_AS
     86AC_PROG_LIBTOOL
    7587AC_PROG_INSTALL
    7688AC_PROG_MAKE_SET
    77 AC_PROG_RANLIB
    7889
    7990AC_CONFIG_FILES([
Note: See TracChangeset for help on using the changeset viewer.