autoconf has the ability to search a header for a
particular #define. We should add a #define
MPIBLAST_EVAL_PATCHED to blast.h so that the
configure script can check for successful patching.
I had hoped that it would be simple use something like
AC_CHECK_DEFINE to implement this, however autoconf
doesn't seem to like non-standard include paths. We need a
different solution.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=756995
I had hoped that it would be simple use something like
AC_CHECK_DEFINE to implement this, however autoconf
doesn't seem to like non-standard include paths. We need a
different solution.