--- trunk/OOPSE_old/configure.ac 2003/02/18 21:06:36 275 +++ trunk/OOPSE_old/configure.ac 2003/02/18 21:54:51 276 @@ -1,4 +1,4 @@ -AC_INIT([OOPSE],0.5) +AC_INIT([oopse],0.5) AC_CONFIG_SRCDIR(src/mySrc) AM_CONFIG_HEADER(./config.h) AM_INIT_AUTOMAKE @@ -16,10 +16,11 @@ case $F77 in dnl ***************************************************** case $F77 in - ifc) fortran_machine_defs='Linux_ifc_machdep.$(OBJEXT)' ;; + ifc) fortran_machine_defs='Linux_ifc_machdep.$(OBJEXT)' flibs_extra='-lPEPCF90' ;; *) AC_MSG_ERROR([currently only ifc is supported as the fortran compiler. See README for details]) ;; esac AC_SUBST([fortran_machine_defs]) +AC_SUBST([flibs_extra]) dnl ***************************************************** dnl check for libs and headers @@ -61,4 +62,5 @@ AC_OUTPUT([Makefile src/Makefile src/mdtools/Makefile AC_MSG_ERROR(libmpi.a not found.)) -AC_OUTPUT([Makefile src/Makefile src/mdtools/Makefile src/mdtools/libBASS/Makefile src/mdtools/libmdCode/Makefile]) +AC_OUTPUT([Makefile src/Makefile src/mdtools/Makefile src/mdtools/libBASS/Makefile src/mdtools/libmdCode/Makefile\ + src/oose/Makefile src/oopse/Makefile])