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

Comparing trunk/OOPSE-4/ac-tools/configure.in (file contents):
Revision 2502 by gezelter, Thu Dec 8 22:04:30 2005 UTC vs.
Revision 2510 by gezelter, Thu Dec 15 14:47:17 2005 UTC

# Line 5 | Line 5 | builtin(include, ac-tools/aclocal.m4)
5  
6   builtin(include, ac-tools/fortran90.m4)
7   builtin(include, ac-tools/aclocal.m4)
8 + builtin(include, ac-tools/AC_CXX_HAVE_STL.m4)
9 + builtin(include, ac-tools/AC_CXX_NAMESPACES.m4)
10 + builtin(include, ac-tools/AC_CXX_STD.m4)
11  
12   AC_CONFIG_SRCDIR([src/applications/oopse/oopse.cpp])
13  
# Line 122 | Line 125 | dnl Checks for libraries.
125   AC_LANG_POP
126  
127   AC_LANG_CPLUSPLUS
128 + AC_HEADER_STDC
129 + AC_CXX_NAMESPACES
130 + AC_CXX_STD
131 +
132   dnl Checks for libraries.
133   AC_CHECK_LIB(m, asin, , exit)
134  
135   AC_LANG_C
136   ACX_CHECK_ZLIB
137   dnl Checks for header files.
138 < AC_CHECK_HEADERS(sys/time.h unistd.h stdlib.h stdio.h conio.h string.h)
139 < AC_CHECK_HEADERS(strstream.h iostream.h fstream.h math.h time.h)
140 < AC_LANG_CPLUSPLUS
134 < AC_CHECK_HEADERS(ctype.h iostream fstream sstream strstream)
138 > AC_CHECK_HEADERS([stdlib.h string.h sys/param.h unistd.h sys/time.h 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])
139 > AC_LANG_CPLUSPLUS
140 > AC_CHECK_HEADERS([ctype.h iostream fstream sstream strstream])
141   AC_LANG_C
142 < AC_CHECK_HEADERS(sys/pstat.h sys/sysmp.h sys/sysinfo.h)
137 < AC_CHECK_HEADERS(sys/table.h sys/param.h sys/sysctl.h sys/sytemcfg.h)
138 < AC_CHECK_HEADERS(machine/hal_sysinfo.h)
139 < AC_CHECK_FUNCS(rint snprintf sranddev strncasecmp)
140 < AC_CHECK_FUNCS(pstat_getstatic sysmp getsysinfo sysctl table)
142 > AC_CHECK_FUNCS([rint snprintf sranddev strcasecmp strncasecmp stricmp strnicmp pstat_getstatic sysmp getsysinfo sysctl table])
143   # special check for _system_configuration because AIX <4.3.2 do not
144   # contain the `physmem' member.
145   AC_MSG_CHECKING([for external symbol _system_configuration])
# Line 154 | Line 156 | dnl Checks for library functions.
156   AC_C_CONST
157   AC_C_INLINE
158  
157 dnl Checks for library functions.
158 AC_CHECK_FUNCS([rint sranddev])
159  
160   dnl check for system getopt
161   adl_FUNC_GETOPT_LONG

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines