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

Comparing trunk/OOPSE-3.0/ac-tools/configure.in (file contents):
Revision 2473 by gezelter, Fri Dec 2 20:09:55 2005 UTC vs.
Revision 2502 by gezelter, Thu Dec 8 22:04:30 2005 UTC

# Line 31 | Line 31 | AC_PROG_CC([icc xlc gcc cc])
31  
32  
33   dnl Checks for C compiler
34 < AC_PROG_CC([icc xlc gcc cc])
34 > AC_PROG_CC([pathcc icc xlc gcc cc])
35  
36   dnl Checks for C++ compiler
37 < AC_PROG_CXX([icpc icc xlc++ xlC CC g++ c++])
37 > AC_PROG_CXX([pathCC icpc icc xlc++ xlC CC g++ c++])
38  
39   dnl Checks for C preprocessor
40   AC_PROG_CPP
# Line 89 | Line 89 | AC_PROG_F90([ifort ifc f90 xlf90 pgf90 epcf90 f95 xlf9
89  
90   dnl Fortran 90 compilation checks are next
91  
92 < AC_PROG_F90([ifort ifc f90 xlf90 pgf90 epcf90 f95 xlf95 lf95 fort g95])
92 > AC_PROG_F90([pathf95 ifort ifc f90 xlf90 pgf90 epcf90 f95 xlf95 lf95 fort g95])
93   dnl Check the flag for Fortran90 preprocessing
94   ACX_PROG_F90_PREPFLAG
95   dnl Check to see if a flag is required for preprocessing defines
# Line 214 | Line 214 | if test "$ac_cv_prog_ps_syntax" = BSD; then
214  
215  
216   if test "$ac_cv_prog_ps_syntax" = BSD; then
217 <  AC_DEFINE(PSTYPE_IS_BSD, 1)
217 >  AC_DEFINE(PSTYPE_IS_BSD, 1, [ps uses BSD-style arguments])
218   else
219     if test "$ac_cv_prog_ps_syntax" = POSIX; then
220 <       AC_DEFINE(PSTYPE_IS_POSIX, 1)
220 >       AC_DEFINE(PSTYPE_IS_POSIX, 1, [ps uses POSIX-style arguments])
221     else
222         AC_MSG_ERROR(Unknown ps syntax type!)
223     fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines