Skip to content

Commit 1585601

Browse files
bwbarrettjsquyres
authored andcommitted
build: Remove unused macros
Remove another round of macros that are no longer invoked by OMPI's configure script. Signed-off-by: Brian Barrett <[email protected]>
1 parent cc9647e commit 1585601

9 files changed

+1
-767
lines changed

autogen.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ sub replace_config_sub_guess {
12931293
# Verify that we're in the OMPI root directorty by checking for a token file.
12941294

12951295
my_die "Not at the root directory of an OMPI source tree"
1296-
if (! -f "config/opal_try_assemble.m4");
1296+
if (! -f "config/opal_mca.m4");
12971297

12981298
my_die "autogen.pl has been invoked in the source tree of an Open MPI distribution tarball; aborting...
12991299
You likely do not need to invoke \"autogen.pl\" -- you can probably run \"configure\" directly.

config/ompi_check_plfs.m4

Lines changed: 0 additions & 114 deletions
This file was deleted.

config/ompi_microsoft.m4

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)