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

Comparing:
branches/mmeineke/OOPSE/ac-tools/configure.in (file contents), Revision 377 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
trunk/OOPSE/ac-tools/configure.in (file contents), Revision 386 by gezelter, Fri Mar 21 20:52:11 2003 UTC

# Line 3 | Line 3 | AC_CONFIG_HEADER(config.h:ac-tools/config.h.in)
3   AC_INIT(src/oopse.cpp)
4   AC_CONFIG_AUX_DIR(ac-tools)
5  
6 AC_CONFIG_HEADER(config.h:ac-tools/config.h.in)
7
6   AC_PREFIX_DEFAULT("/usr/local")
7  
8   builtin(include, ac-tools/aclocal.m4)
9  
12 dnl Checks for C compiler
10   AC_PROG_RANLIB
11 + AC_PROG_LN_S
12   AC_PROG_YACC
13   AC_PROG_LEX
14  
# Line 172 | Line 170 | case $F77 in
170   AC_F77_LIBRARY_LDFLAGS
171  
172   case $F77 in
173 <        ifc) fortran_machine_defs='Linux_ifc_machdep.$(O)' flibs_extra='-lPEPCF90' ;;
173 >        ifc) fortran_machine_defs='Linux_ifc_machdep$(O)' flibs_extra='-lPEPCF90' ;;
174          *) echo $F77; AC_MSG_ERROR([currently only ifc is supported as the fortran compiler. See README for details]) ;;
175   esac
176   AC_SUBST([fortran_machine_defs])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines