Changeset 28239
- Timestamp:
- 04/30/24 11:16:44 (11 months ago)
- 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.2 1 3 # AUTOCONF4 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 configure2 #Initializing configure 3 AC_INIT([Ice-sheet and Sea-level System Model (ISSM)],[4.24],[https://issm.ess.uci.edu/forum/],[issm],[http://issm.jpl.nasa.gov]) 5 4 AC_CONFIG_AUX_DIR([./aux-config]) # Put config files in aux-config 6 5 AC_CONFIG_MACRO_DIR([m4]) # m4 macros are located in m4 … … 23 22 24 23 #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) 24 AM_INIT_AUTOMAKE([foreign]) # Initialize automake and declare foreign (don't need a ChangeLog, INSTALL, etc) 25 AC_CONFIG_HEADERS([./config.h]) # Config file must be config.h 26 AM_SILENT_RULES([yes]) # Reduce compilation and linking output 29 27 AM_PROG_AR 30 28
Note:
See TracChangeset
for help on using the changeset viewer.