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 273 by mmeineke, Mon Feb 17 18:03:06 2003 UTC vs.
Revision 279 by mmeineke, Wed Feb 19 21:38:35 2003 UTC

# Line 1 | Line 1
1 < AC_INIT([OOPSE],0.5)
1 > AC_INIT([oopse],0.6)
2   AC_CONFIG_SRCDIR(src/mySrc)
3   AM_CONFIG_HEADER(./config.h)
4   AM_INIT_AUTOMAKE
# 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)' flibs_extra='-lPEPCF90' ;;
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 + AC_SUBST([flibs_extra])
24 +
25 + dnl *****************************************************
26   dnl check for libs and headers
27 + dnl ******************************************************
28  
29 +
30   AC_ARG_WITH(sprng_include,
31              AC_HELP_STRING([--with-sprng_include=<include dir>],
32                             [specify the location of the sprng headers (default is /usr/local/include/sprng)]),
# Line 48 | Line 62 | AC_OUTPUT([Makefile src/Makefile src/mdtools/Makefile
62                   AC_MSG_ERROR(libmpi.a not found.))
63  
64  
65 < AC_OUTPUT([Makefile src/Makefile src/mdtools/Makefile src/mdtools/libBASS/Makefile src/mdtools/libmdCode/Makefile])
65 > AC_OUTPUT([Makefile src/Makefile src/mdtools/Makefile src/mdtools/libBASS/Makefile src/mdtools/libmdCode/Makefile\
66 >           src/oose/Makefile src/oopse/Makefile])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines