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

Comparing trunk/OOPSE-2.0/configure (file contents):
Revision 2473 by gezelter, Fri Dec 2 20:09:55 2005 UTC vs.
Revision 2505 by gezelter, Fri Dec 9 17:11:12 2005 UTC

# Line 1983 | Line 1983 | if test -n "$ac_tool_prefix"; then
1983   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1984   ac_compiler_gnu=$ac_cv_c_compiler_gnu
1985   if test -n "$ac_tool_prefix"; then
1986 <  for ac_prog in icc xlc gcc cc
1986 >  for ac_prog in pathcc icc xlc gcc cc
1987    do
1988      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1989   set dummy $ac_tool_prefix$ac_prog; ac_word=$2
# Line 2025 | Line 2025 | if test -z "$CC"; then
2025   fi
2026   if test -z "$CC"; then
2027    ac_ct_CC=$CC
2028 <  for ac_prog in icc xlc gcc cc
2028 >  for ac_prog in pathcc icc xlc gcc cc
2029   do
2030    # Extract the first word of "$ac_prog", so it can be a program name with args.
2031   set dummy $ac_prog; ac_word=$2
# Line 2697 | Line 2697 | if test -n "$ac_tool_prefix"; then
2697   ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2698   ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2699   if test -n "$ac_tool_prefix"; then
2700 <  for ac_prog in $CCC icpc icc xlc++ xlC CC g++ c++
2700 >  for ac_prog in $CCC pathCC icpc icc xlc++ xlC CC g++ c++
2701    do
2702      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2703   set dummy $ac_tool_prefix$ac_prog; ac_word=$2
# Line 2739 | Line 2739 | if test -z "$CXX"; then
2739   fi
2740   if test -z "$CXX"; then
2741    ac_ct_CXX=$CXX
2742 <  for ac_prog in $CCC icpc icc xlc++ xlC CC g++ c++
2742 >  for ac_prog in $CCC pathCC icpc icc xlc++ xlC CC g++ c++
2743   do
2744    # Extract the first word of "$ac_prog", so it can be a program name with args.
2745   set dummy $ac_prog; ac_word=$2
# Line 3359 | Line 3359 | if test -n "$ac_tool_prefix"; then
3359   ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3360   ac_compiler_gnu=$ac_cv_f90_compiler_gnu
3361   if test -n "$ac_tool_prefix"; then
3362 <  for ac_prog in ifort ifc f90 xlf90 pgf90 epcf90 f95 xlf95 lf95 fort g95
3362 >  for ac_prog in pathf95 ifort ifc f90 xlf90 pgf90 epcf90 f95 xlf95 lf95 fort g95
3363    do
3364      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3365   set dummy $ac_tool_prefix$ac_prog; ac_word=$2
# Line 3401 | Line 3401 | if test -z "$F90"; then
3401   fi
3402   if test -z "$F90"; then
3403    ac_ct_F90=$F90
3404 <  for ac_prog in ifort ifc f90 xlf90 pgf90 epcf90 f95 xlf95 lf95 fort g95
3404 >  for ac_prog in pathf95 ifort ifc f90 xlf90 pgf90 epcf90 f95 xlf95 lf95 fort g95
3405   do
3406    # Extract the first word of "$ac_prog", so it can be a program name with args.
3407   set dummy $ac_prog; ac_word=$2
# Line 7622 | Line 7622 | cat > conftest.c <<EOF
7622  
7623   cat > conftest.c <<EOF
7624   #ifdef __GNUC__
7625 <  #ifndef __INTEL_COMPILER
7625 >  #if defined(__INTEL_COMPILER) || defined(__PATHCC__)
7626 >     no;
7627 >  #else
7628       yes;
7629    #endif
7630   #endif
# Line 8083 | Line 8085 | cat > conftest.cpp <<EOF
8085  
8086   cat > conftest.cpp <<EOF
8087   #ifdef __GNUC__
8088 <  #ifndef __INTEL_COMPILER
8088 >  #if defined(__INTEL_COMPILER) || defined(__PATHCC__)
8089 >     no;
8090 >  #else
8091       yes;
8092    #endif
8093   #endif
# Line 9446 | Line 9450 | if test "$ac_cv_prog_ps_syntax" = BSD; then
9450  
9451  
9452   if test "$ac_cv_prog_ps_syntax" = BSD; then
9453 <  cat >>confdefs.h <<\_ACEOF
9453 >
9454 > cat >>confdefs.h <<\_ACEOF
9455   #define PSTYPE_IS_BSD 1
9456   _ACEOF
9457  
9458   else
9459     if test "$ac_cv_prog_ps_syntax" = POSIX; then
9460 <       cat >>confdefs.h <<\_ACEOF
9460 >
9461 > cat >>confdefs.h <<\_ACEOF
9462   #define PSTYPE_IS_POSIX 1
9463   _ACEOF
9464  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines