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 2022 by gezelter, Mon Feb 14 23:16:48 2005 UTC vs.
Revision 2023 by gezelter, Mon Feb 14 23:26:25 2005 UTC

# Line 156 | Line 156 | AC_PATH_PROG(PS_PATH, ps)
156    exit 1
157   fi
158  
159 < AC_PATH_PROG(PS_PATH, ps)
159 > AC_PATH_PROG(PS, ps)
160   AC_CACHE_CHECK([for POSIX ps], ac_cv_prog_ps_posix, [
161          USER=${USER:-${LOGNAME:-`logname`}}
162 <        if $PS_PATH -U $USER -opid,args >/dev/null 2>&1; then
162 >        if $PS -U $USER -opid,args >/dev/null 2>&1; then
163                  ac_cv_prog_ps_posix=yes
164          else
165                  ac_cv_prog_ps_posix=no
166          fi
167   ])
168   if test "$ac_cv_prog_ps_posix" = yes; then
169 <        BSD_PS=yes
169 >        PSTYPE=BSD
170   else
171 <        POSIX_PS=yes
171 >        PSTYPE=POSIX
172   fi
173 AC_SUBST(PS_PATH)
174 AC_SUBST(BSD_PS)
175 AC_SUBST(POSIX_PS)
173  
174 + AC_SUBST(PS)
175 + AC_SUBST(PSTYPE)
176  
177 +
178   AC_ARG_WITH(mpi,
179          [AC_HELP_STRING([--with-mpi=<prefix>],
180                  [compile with MPI installed in <prefix> [default=no]])],

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines