--- trunk/OOPSE_old/configure.ac 2003/02/17 18:03:06 273 +++ trunk/OOPSE_old/configure.ac 2003/02/18 21:06:36 275 @@ -11,8 +11,21 @@ dnl check for libs and headers AC_PROG_RANLIB AC_PROG_INSTALL +dnl ***************************************************** +dnl set up compiler and machine dependent fortran files +dnl ***************************************************** + +case $F77 in + ifc) fortran_machine_defs='Linux_ifc_machdep.$(OBJEXT)' ;; + *) AC_MSG_ERROR([currently only ifc is supported as the fortran compiler. See README for details]) ;; +esac +AC_SUBST([fortran_machine_defs]) + +dnl ***************************************************** dnl check for libs and headers +dnl ****************************************************** + AC_ARG_WITH(sprng_include, AC_HELP_STRING([--with-sprng_include=], [specify the location of the sprng headers (default is /usr/local/include/sprng)]),