| 11 |
|
AC_PROG_RANLIB |
| 12 |
|
AC_PROG_INSTALL |
| 13 |
|
|
| 14 |
+ |
dnl ***************************************************** |
| 15 |
+ |
dnl set up compiler and machine dependent fortran files |
| 16 |
+ |
dnl ***************************************************** |
| 17 |
+ |
|
| 18 |
+ |
case $F77 in |
| 19 |
+ |
ifc) fortran_machine_defs='Linux_ifc_machdep.$(OBJEXT)' ;; |
| 20 |
+ |
*) AC_MSG_ERROR([currently only ifc is supported as the fortran compiler. See README for details]) ;; |
| 21 |
+ |
esac |
| 22 |
+ |
AC_SUBST([fortran_machine_defs]) |
| 23 |
+ |
|
| 24 |
+ |
dnl ***************************************************** |
| 25 |
|
dnl check for libs and headers |
| 26 |
+ |
dnl ****************************************************** |
| 27 |
|
|
| 28 |
+ |
|
| 29 |
|
AC_ARG_WITH(sprng_include, |
| 30 |
|
AC_HELP_STRING([--with-sprng_include=<include dir>], |
| 31 |
|
[specify the location of the sprng headers (default is /usr/local/include/sprng)]), |