Changeset 28239


Ignore:
Timestamp:
04/30/24 11:16:44 (11 months ago)
Author:
Mathieu Morlighem
Message:

CHG: minor estetics

File:
1 edited

Legend:

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

    r28015 r28239  
    1 # Process this file with autoconf to produce a configure script.
    21
    3 #AUTOCONF
    4 AC_INIT([Ice-sheet and Sea-level System Model (ISSM)],[4.24],[https://issm.ess.uci.edu/forum/],[issm],[http://issm.jpl.nasa.gov]) #Initializing configure
     2#Initializing configure
     3AC_INIT([Ice-sheet and Sea-level System Model (ISSM)],[4.24],[https://issm.ess.uci.edu/forum/],[issm],[http://issm.jpl.nasa.gov])
    54AC_CONFIG_AUX_DIR([./aux-config])       # Put config files in aux-config
    65AC_CONFIG_MACRO_DIR([m4])                       # m4 macros are located in m4
     
    2322
    2423#AUTOMAKE
    25 #Initialize automake and declare foreign so that we don't need a ChangeLog, INSTALL, etc
    26 AM_INIT_AUTOMAKE([foreign])
    27 AC_CONFIG_HEADERS([./config.h])         # Config file must be config.h
    28 AM_SILENT_RULES([yes])                          # Reduce compilation and linking output (comment this line out or set value to "no" for verbose output)
     24AM_INIT_AUTOMAKE([foreign])     # Initialize automake and declare foreign (don't need a ChangeLog, INSTALL, etc)
     25AC_CONFIG_HEADERS([./config.h]) # Config file must be config.h
     26AM_SILENT_RULES([yes])          # Reduce compilation and linking output
    2927AM_PROG_AR
    3028
Note: See TracChangeset for help on using the changeset viewer.