Commit 7d57a4b
committed
ext: Provide post_config hook
Add a post-config hook for MPI extensions, similar to the same
functionality in the MCA system. The purpose of the post-config
hook is to provie a macro which is executed after configure has
decided whether or not to build an extension. This is useful for
AC_DEFINEs or AM_CONDITIONALs.
Signed-off-by: Brian Barrett <bbarrett@amazon.com>
(cherry picked from commit 790f4a3)1 parent abd0536 commit 7d57a4b
2 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
393 | 396 | | |
394 | 397 | | |
395 | 398 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
0 commit comments