Changeset 11431


Ignore:
Timestamp:
02/14/12 11:22:19 (13 years ago)
Author:
Eric.Larour
Message:

Added ar-lib macro in configure.ac + added new cl and cccl compiler.
The new ar-lib macro is useful to compile on win7 using cygwin, to
make sure automake does not use ar and ranlib to create a library, but
rather lib.exe

Location:
issm/trunk-jpl
Files:
2 added
1 edited

Legend:

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

    r11125 r11431  
    66AM_INIT_AUTOMAKE
    77AC_PROG_RANLIB
    8 AC_PROG_CC([gcc icl])
     8AC_PROG_CC([gcc icl cccl cl])
    99AC_PROG_CPP
    10 AC_PROG_CXX([g++ icl])
     10AC_PROG_CXX([g++ icl cccl cl])
    1111AC_PROG_F77([ifort g77 gfortran])
    1212AC_F77_LIBRARY_LDFLAGS
    1313AM_PROG_CC_C_O
    1414AC_PATH_XTRA
     15AM_PROG_AR
    1516ISSM_OPTIONS
    1617AC_CONFIG_FILES([Makefile
Note: See TracChangeset for help on using the changeset viewer.