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

Comparing trunk/ac-tools/configure.in (file contents):
Revision 847 by gezelter, Wed Jan 11 23:04:09 2006 UTC vs.
Revision 957 by gezelter, Tue May 16 20:38:23 2006 UTC

# Line 1 | Line 1 | dnl **** Process this file with autoconf to produce a
1   dnl **** Process this file with autoconf to produce a configure script.
2
2   AC_PREREQ(2.59)
3 < AC_INIT(OOPSE, 2.0, gezelter@nd.edu, oopse)
3 > AC_INIT(OOPSE, 3.0, gezelter@nd.edu, oopse)
4   AC_CONFIG_AUX_DIR(ac-tools)
5   AC_CONFIG_SRCDIR([src/applications/oopse/oopse.cpp])
6   AC_CONFIG_HEADER([src/config.h])
7  
8 < builtin(include, ac-tools/aclocal.m4)
8 > builtin(include, ac-tools/OOPSE.m4)
9   builtin(include, ac-tools/AC_CXX_HAVE_STL.m4)
10   builtin(include, ac-tools/AC_CXX_NAMESPACES.m4)
11   builtin(include, ac-tools/AC_CXX_STD.m4)
# Line 49 | Line 48 | AC_SUBST(debug)
48   AC_SUBST(debug)
49  
50   # Checks for programs.
51 < AC_PROG_CXX([pathCC icpc icc xlc++ xlC CC g++ c++])
52 < AC_PROG_CC([pathcc icc xlc gcc cc])
53 < AC_PROG_FC([pathf95 ifort ifc xlf95 pgf95 lf95 epcf90 xlf90 pgf90 fort f95 f90 g95 f77], 95)
51 > AC_PROG_CXX([icpc icc pgCC pathCC c++ xlc++ xlC g++ CC])
52 > AC_PROG_CC([icc pgcc pathcc cc xlc gcc])
53 > AC_PROG_FC([ifort ifc pgf95 pathf95 xlf95 lf95 epcf90 pathf90 xlf90 f95 f90 gfortran g95 fort], 95)
54   AC_PROG_CPP
55   AC_PROG_EGREP
56   AC_PROG_LN_S
# Line 66 | Line 65 | if test "$AR" = "NONE"; then
65   MKINSTALLDIRS=`pwd`/ac-tools/"shtool mkdir -p -f"
66   AC_CHECK_PROG(AR, ar, ar, NONE)
67   if test "$AR" = "NONE"; then
69  AC_MSG_ERROR(--> Can't find \`ar'!)
68    AC_CACHE_SAVE
69    exit 1
70   fi
# Line 138 | Line 136 | ACX_CHECK_ZLIB
136   dnl Checks for libraries.
137   AC_CHECK_LIB(m, asin, , exit)
138   ACX_CHECK_ZLIB
139 + ACX_CHECK_FFTW
140  
141 +
142   # Checks for header files.
143   AC_HEADER_STDC
144 < AC_CHECK_HEADERS([libintl.h limits.h stddef.h stdlib.h string.h strings.h sys/param.h sys/time.h unistd.h])
145 < AC_CHECK_HEADERS([stdio.h conio.h strstream.h iostream.h fstream.h math.h time.h sys/pstat.h sys/sysmp.h sys/sysinfo.h sys/table.h sys/sysctl.h sys/sytemcfg.h machine/hal_sysinfo.h])
144 > AC_CHECK_HEADERS([conio.h dlfcn.h fstream.h iostream.h libintl.h limits.h machine/hal_sysinfo.h math.h stddef.h stdio.h stdlib.h string.h strings.h strstream.h sys/param.h sys/pstat.h sys/sysmp.h sys/sysctl.h sys/sysinfo.h sys/systemcfg.h sys/table.h sys/time.h time.h unistd.h zlib.h])
145  
146   # Checks for typedefs, structures, and compiler characteristics.
147   AC_HEADER_STDBOOL
# Line 162 | Line 161 | AC_FUNC_STRTOD
161   AC_FUNC_SELECT_ARGTYPES
162   AC_FUNC_STRFTIME
163   AC_FUNC_STRTOD
164 < AC_CHECK_FUNCS([floor getpagesize gettimeofday memchr memmove memset pow pstat_getdynamic rint select snprintf sranddev sqrt strcasecmp strchr strdup stricmp strncasecmp strnicmp strrchr strstr strtol sysmp getsysinfo sysctl table])
164 > AC_CHECK_FUNCS([floor getpagesize gettimeofday memchr memmove memset pow pstat_getdynamic pstat_getstatic rint select snprintf sranddev sqrt strcasecmp strchr strdup stricmp strncasecmp strnicmp strrchr strstr strtol sysmp getsysinfo sysctl table])
165  
166   # special check for _system_configuration because AIX <4.3.2 do not
167   # contain the `physmem' member.
# Line 445 | Line 444 | AC_SUBST(CGAL_LIBS)
444   AC_SUBST(CGAL_CXXFLAGS)
445   AC_SUBST(CGAL_LIBS)
446  
448
447   BB_ENABLE_DOXYGEN
448  
449   AC_SUBST(EXEEXT)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines