Ignore:
Timestamp:
08/20/12 17:39:30 (13 years ago)
Author:
cborstad
Message:

merged trunk-jpl through revision 13099 into branch

Location:
issm/branches/trunk-jpl-damage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-jpl-damage

    • Property svn:ignore
      •  

        old new  
         1projects
        12autom4te.cache
        23aclocal.m4
    • Property svn:mergeinfo changed
      /issm/trunk-jplmerged: 12948-13099
  • issm/branches/trunk-jpl-damage/configure.ac

    r12946 r13101  
    44AC_INIT([ISSM],[4.2.1],[issm@jpl.nasa.gov],[issm],[http://issm.jpl.nasa.gov]) #Initializing configure
    55AC_CONFIG_AUX_DIR([./aux-config])         #Put config files in aux-config
    6 AC_CONFIG_MACRO_DIR([m4])                 #m4 macros are located in m4
     6AC_CONFIG_MACRO_DIR([externalpackages/libtool/install/share/aclocal])                 #m4 macros are located in m4
     7m4_include([m4/issm_options.m4])
    78AC_CANONICAL_TARGET                       #Determine the system type
     9
    810#Compilers
    911AC_PROG_CC([cccl cl icl gcc])
     
    1113AC_PROG_CXX([cccl cl icl g++])
    1214AC_PROG_F77([ifort g77 gfortran])
     15
    1316#Libraries and linking
    1417AC_F77_LIBRARY_LDFLAGS
     
    2225AM_PROG_CC_C_O
    2326AM_PROG_AR
    24 AC_PROG_RANLIB
    2527
    26 # To produce shared libraries uncomment LT_INIT. In theory, Libtool can be initialized
    27 # even if all linking is static, since, if not shared libraries are to be produce, libtool
    28 # will act simply as a wrapper around AR and Ranlib.
    29 #LT_INIT
     28#Libtool
     29LT_INIT
    3030
    3131#Run issm_options.m4
     
    3636                        src/Makefile
    3737                        src/c/Makefile
    38                         src/py/Makefile
    39                         src/py/model/Makefile
    4038                        src/modules/Makefile
    4139                        src/modules/python/Makefile
    4240                        src/modules/matlab/Makefile
    43                         src/m/Makefile
    44                         bin/Makefile])
     41                        src/m/Makefile])
    4542
    4643#End of configure.ac
Note: See TracChangeset for help on using the changeset viewer.