We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a5af8 commit a6a0d51Copy full SHA for a6a0d51
config/opal_functions.m4
@@ -96,6 +96,12 @@ EOF
96
97
OPAL_CONFIGURE_USER="${USER:-`whoami`}"
98
OPAL_CONFIGURE_HOST="${HOSTNAME:-`(hostname || uname -n) 2> /dev/null | sed 1q`}"
99
+# Note: it's ok to use $srcdir here because this macro is called at
100
+# the very beginning of configure.ac:
101
+#
102
+# a) before $OMPI_TOP_SRCDIR is set, and
103
+# b) from the top-level build directory (i.e., so $srcdir actually
104
+# points to the top source directory)
105
OPAL_CONFIGURE_DATE="`$srcdir/config/getdate.sh`"
106
107
OPAL_LIBNL_SANITY_INIT
0 commit comments