Skip to content

Commit 44a1c78

Browse files
authored
Merge pull request #4994 from bwbarrett/man-page-builder
dist: Don't build case-conflicting html man pages
2 parents 4092138 + fe2b6cf commit 44a1c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/dist/make-html-man-pages.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ sub doit {
7676
# Autogen if we don't have a configure script
7777
doit("./autogen.pl")
7878
if (! -x "configure");
79-
doit("./configure --prefix=$prefix --enable-mpi-ext=all");
79+
doit("./configure --prefix=$prefix --enable-mpi-ext=all --without-cs-fs");
8080

8181
# Find this OMPI's version
8282
my $version = `fgrep PACKAGE_VERSION opal/include/opal_config.h | cut -d\\\" -f2`;

0 commit comments

Comments
 (0)