Changeset 11898


Ignore:
Timestamp:
04/04/12 10:52:36 (13 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

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

    r11877 r11898  
    1313#Libraries and linking
    1414AC_PROG_RANLIB
    15 AM_PROG_AR
    1615AC_F77_LIBRARY_LDFLAGS
    1716AC_PATH_XTRA      #figure out X library and include paths
     
    2322AM_SILENT_RULES([yes])           #Do not show compilation command by default
    2423AM_PROG_CC_C_O
     24AM_PROG_AR
    2525
    2626##LIBTOOL?
     
    3030#Run issm_options.m4
    3131ISSM_OPTIONS
     32
     33#List all Makefiles
    3234AC_CONFIG_FILES([Makefile
    3335                        src/Makefile
     
    3638                        src/m/Makefile
    3739                        bin/Makefile])
     40
     41#End of configure.ac
    3842AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.