Commit db41839
committed
ompi_deleted_options.m4: minor cleanups
* Don't use an unqualified shell variable name like "$cxx" and then
complain (via OPAL_VAR_SCOPE_PUSH) if it is already set. Instead,
use properly-prefixed shell variable names like "$ompi_cxx_warn".
* Expand on the warning message given when an MPI C++ bindings-related
CLI option is used (to hopefully forestall users complaining about
it).
* Slightly change behavior of the deleted C++ CLI option check:
* Previous behavior: if a configure CLI option is given related to
the MPI C++ bindings, but the option *disables* the feature, be
silent / ignore it (per 9b05b1c).
* New behavior: if a configure CLI option is given related to the
MPI C++ bindings, *always* warn about its usage (because this CLI
option will disappear someday). If the command line option
disables the feature, then the warning is sufficient -- allow
configure to continue. However, if the command line option does
*not* disable the feature, then emit an error and abort configure.
For example, if --disable-mpi-cxx is specified, then warn about
it, but keep going. But if --enable-mpi-cxx is specified, then
both warn and abort configure.
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>1 parent 6a6ff56 commit db41839
1 file changed
+38
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
51 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
52 | 59 | | |
53 | 60 | | |
54 | 61 | | |
55 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
56 | 66 | | |
57 | 67 | | |
58 | 68 | | |
59 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
60 | 73 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
72 | 87 | | |
73 | 88 | | |
74 | | - | |
75 | 89 | | |
76 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
77 | 94 | | |
78 | 95 | | |
0 commit comments