ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/configure.ac
(Generate patch)

Comparing trunk/OOPSE_old/configure.ac (file contents):
Revision 274 by mmeineke, Mon Feb 17 18:03:06 2003 UTC vs.
Revision 275 by mmeineke, Tue Feb 18 21:06:36 2003 UTC

# Line 11 | Line 11 | dnl check for libs and headers
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)]),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines