Gilles Gouaillardet
a88b4a741f
configury: fix a typo in OPAL_CHECK_PACKAGE comment
...
no code change
2015-10-13 14:15:06 +09:00
Jeff Squyres
7da50433f7
opal_check_package: make the var name match
...
The cache variable now only needs the function name, not the lib name.
2015-04-23 03:22:38 -07:00
Jeff Squyres
d6530b0e99
opal_check_package: use AC_SEARCH_LIBS instead of AC_CHECK_LIB
...
Per discussion on devel
(http://www.open-mpi.org/community/lists/devel/2015/02/17030.php ), and
per Autoconf 2.69 docs, use the recommended AC_SEARCH_LIBS instead of
AC_CHECK_LIB (e.g., for functions that appear in libc on some
platforms and in a specific library on other platforms).
2015-03-09 08:15:38 -07:00
Jeff Squyres
fa92996ccb
opal_check_package: convert "test ... -o" to "test ... ||"
2015-02-02 03:26:19 -08:00
Jeff Squyres
ed3809a23a
opal_check_package: whitespace cleanup; no code changes
2015-02-02 03:25:32 -08:00
Jeff Squyres
24f728596d
opal_check_package: minor formatting cleanups
...
Change # comments to dnl, and add a more thorough explanation of the
parameters to OPAL_CHECK_PACKAGE.
2015-02-02 03:24:40 -08:00
Ralph Castain
bdf9aace69
Per RFC, continue with build system renaming
...
This commit was SVN r31658.
2014-05-06 19:37:10 +00:00
Ralph Castain
fdd35f301a
Per RFC, next major step in cleaning up the build system naming patterns: rename files containing things used by the OPAL layer to be opal_foo.m4 instead of ompi_foo.m4. The ALPS plm is currently checking UGNI, so shift the check_ugni.m4 to orte for now.
...
This commit was SVN r31641.
2014-05-06 03:20:16 +00:00