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 2028 by gezelter, Tue Feb 15 06:11:22 2005 UTC vs.
Revision 2029 by gezelter, Tue Feb 15 15:17:01 2005 UTC

# Line 171 | Line 171 | AC_CACHE_CHECK([for POSIX or BSD ps syntax], ac_cv_pro
171          if test "$ac_cv_prog_ps_ax" = yes; then
172                  ac_cv_prog_ps_syntax=BSD
173          else
174 <                if test "$ac_cv_prog_ps_es" = yes; then
174 >                if test "$ac_cv_prog_ps_ef" = yes; then
175                          ac_cv_prog_ps_syntax=POSIX
176                  else
177                          AC_MSG_ERROR(Could not determine ps syntax)
178                  fi
179          fi
180   ])
181 +
182   AC_DEFINE_UNQUOTED(PSCOMMAND, $PS, [Path to ps program])
182 AC_DEFINE_UNQUOTED(PSTYPE, $ac_cv_prog_ps_syntax, [ps syntax type])
183  
184 + if test "$ac_cv_prog_ps_syntax" = BSD; then
185 +  AC_DEFINE(PSTYPE_IS_BSD, 1)
186 + else
187 +   if test "$ac_cv_prog_ps_syntax" = POSIX; then
188 +       AC_DEFINE(PSTYPE_IS_POSIX, 1)
189 +   else
190 +       AC_MSG_ERROR(Unknown ps syntax type!)
191 +   fi
192 + fi
193  
194   AC_ARG_WITH(mpi,
195          [AC_HELP_STRING([--with-mpi=<prefix>],

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines