Merge pull request #4994 from bwbarrett/man-page-builder
dist: Don't build case-conflicting html man pages
Этот коммит содержится в:
Коммит
44a1c781f4
2
contrib/dist/make-html-man-pages.pl
поставляемый
2
contrib/dist/make-html-man-pages.pl
поставляемый
@ -76,7 +76,7 @@ sub doit {
|
||||
# Autogen if we don't have a configure script
|
||||
doit("./autogen.pl")
|
||||
if (! -x "configure");
|
||||
doit("./configure --prefix=$prefix --enable-mpi-ext=all");
|
||||
doit("./configure --prefix=$prefix --enable-mpi-ext=all --without-cs-fs");
|
||||
|
||||
# Find this OMPI's version
|
||||
my $version = `fgrep PACKAGE_VERSION opal/include/opal_config.h | cut -d\\\" -f2`;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user