Skip to content

Commit 1f6c043

Browse files
authored
Merge pull request #10167 from bwbarrett/cleanup/remove-more-dead-macros
build: Remove unused macros
2 parents cc9647e + 1585601 commit 1f6c043

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)