[cig-commits] r20212 - seismo/3D/SPECFEM3D_GLOBE/trunk

elliott.sales.de.andrade at geodynamics.org elliott.sales.de.andrade at geodynamics.org
Mon May 28 11:08:01 PDT 2012


Author: elliott.sales.de.andrade
Date: 2012-05-28 11:08:01 -0700 (Mon, 28 May 2012)
New Revision: 20212

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/configure.ac
Log:
Add AR, ARFLAGS, and RANLIB checks to configure.ac.


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/configure.ac
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/configure.ac	2012-05-28 05:45:33 UTC (rev 20211)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/configure.ac	2012-05-28 18:08:01 UTC (rev 20212)
@@ -64,6 +64,7 @@
 AC_FC_FREEFORM()
 
 AC_PROG_CC
+AC_PROG_RANLIB
 
 AC_LANG_PUSH(C)
 AC_CHECK_HEADER(emmintrin.h,AC_DEFINE([HAVE_EMMINTRIN],[1],[Define if emmintrin.h]))
@@ -76,6 +77,8 @@
 AC_ARG_VAR(MPILIBS, [extra libraries for linking MPI programs])
 AC_ARG_VAR(FLAGS_CHECK, [Fortran compiler flags for non-critical subroutines])
 AC_ARG_VAR(FLAGS_NO_CHECK, [Fortran compiler flags for creating fast, production-run code for critical subroutines])
+AC_ARG_VAR(AR, [The ar archiver])
+AC_ARG_VAR(ARFLAGS, [Flags to the ar archiver])
 if test x"$MPIFC" = x; then
     MPIFC=mpif90
 fi



More information about the CIG-COMMITS mailing list