Changeset 13101 for issm/branches/trunk-jpl-damage/configure.ac
- Timestamp:
- 08/20/12 17:39:30 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:ignore
-
old new 1 projects 1 2 autom4te.cache 2 3 aclocal.m4
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 12948-13099
- Property svn:ignore
-
issm/branches/trunk-jpl-damage/configure.ac
r12946 r13101 4 4 AC_INIT([ISSM],[4.2.1],[issm@jpl.nasa.gov],[issm],[http://issm.jpl.nasa.gov]) #Initializing configure 5 5 AC_CONFIG_AUX_DIR([./aux-config]) #Put config files in aux-config 6 AC_CONFIG_MACRO_DIR([m4]) #m4 macros are located in m4 6 AC_CONFIG_MACRO_DIR([externalpackages/libtool/install/share/aclocal]) #m4 macros are located in m4 7 m4_include([m4/issm_options.m4]) 7 8 AC_CANONICAL_TARGET #Determine the system type 9 8 10 #Compilers 9 11 AC_PROG_CC([cccl cl icl gcc]) … … 11 13 AC_PROG_CXX([cccl cl icl g++]) 12 14 AC_PROG_F77([ifort g77 gfortran]) 15 13 16 #Libraries and linking 14 17 AC_F77_LIBRARY_LDFLAGS … … 22 25 AM_PROG_CC_C_O 23 26 AM_PROG_AR 24 AC_PROG_RANLIB25 27 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 29 LT_INIT 30 30 31 31 #Run issm_options.m4 … … 36 36 src/Makefile 37 37 src/c/Makefile 38 src/py/Makefile39 src/py/model/Makefile40 38 src/modules/Makefile 41 39 src/modules/python/Makefile 42 40 src/modules/matlab/Makefile 43 src/m/Makefile 44 bin/Makefile]) 41 src/m/Makefile]) 45 42 46 43 #End of configure.ac
Note:
See TracChangeset
for help on using the changeset viewer.