Changeset 12324


Ignore:
Timestamp:
06/01/12 17:01:57 (13 years ago)
Author:
Mathieu Morlighem
Message:

updating configure.ac for merging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/configure.ac

    r12227 r12324  
    22
    33#AUTOCONF
    4 AC_INIT([ISSM],[4.1],[issm@jpl.nasa.gov],[issm],[http://issm.jpl.nasa.gov]) #Initializing configure
     4AC_INIT([ISSM],[4.2],[issm@jpl.nasa.gov],[issm],[http://issm.jpl.nasa.gov]) #Initializing configure
    55AC_CONFIG_AUX_DIR([./aux-config])         #Put config files in aux-config
    66AC_CONFIG_MACRO_DIR([m4])                 #m4 macros are located in m4
     
    1010AC_PROG_CPP
    1111AC_PROG_CXX([cccl cl icl g++])
    12 #AC_PROG_F77([ifort g77 gfortran])
     12AC_PROG_F77([ifort g77 gfortran])
    1313#Libraries and linking
    1414AC_PROG_RANLIB
Note: See TracChangeset for help on using the changeset viewer.