1
1

Merge pull request #8188 from jsquyres/pr/v4.1.x/getdate-fixes

v4.1.x: Some getdate.sh fixes
Этот коммит содержится в:
Jeff Squyres 2020-11-05 18:04:01 -05:00 коммит произвёл GitHub
родитель 6bb3ef4d1c ab86c2793b
Коммит fd39daa408
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -29,6 +29,7 @@ EXTRA_DIST = \
ltmain_pgi_tp.diff \
opal_mca_priority_sort.pl \
find_common_syms \
getdate.sh \
make_manpage.pl
maintainer-clean-local:

Просмотреть файл

@ -96,6 +96,12 @@ EOF
OPAL_CONFIGURE_USER="${USER:-`whoami`}"
OPAL_CONFIGURE_HOST="${HOSTNAME:-`(hostname || uname -n) 2> /dev/null | sed 1q`}"
# Note: it's ok to use $srcdir here because this macro is called at
# the very beginning of configure.ac:
#
# a) before $OMPI_TOP_SRCDIR is set, and
# b) from the top-level build directory (i.e., so $srcdir actually
# points to the top source directory)
OPAL_CONFIGURE_DATE="`$srcdir/config/getdate.sh`"
OPAL_LIBNL_SANITY_INIT