1
1
Jeff Squyres 66aeadacff opal_search_libs: correctly AC_DEFINE results of search
1. It is not sufficient to put the result of m4_toupper() in a
variable and use that variable as the variable name in
AC_DEFINE_UNQUOTED.  Instead, just use m4_toupper() directly in
AC_DEFINE_UNQUOTED.  Also, save the result value in a "permanent"
variable that isn't erased, just in case autoconf decides to be lazy
about instantiating the body AC_DEFINE_UNQUOTED and move it later
(this is probably overkill :-) ).
1. Use the OMPI Way of always defining macros (to 0 or 1).  Then also
slightly change the logic in util/basename.c to just check
OPAL_HAVE_DIRNAME (because it will always be defined).

Refs trac:4894

This commit was SVN r32723.

The following Trac tickets were found above:
  Ticket 4894 --> https://svn.open-mpi.org/trac/ompi/ticket/4894
2014-09-13 00:28:30 +00:00
..
2014-02-24 23:18:35 +00:00
2009-08-20 11:42:18 +00:00
2009-08-20 11:42:18 +00:00
2009-08-20 11:42:18 +00:00
2014-05-15 15:59:41 +00:00
2009-08-20 11:42:18 +00:00
2009-08-20 11:42:18 +00:00
2011-11-29 20:39:53 +00:00
2013-03-26 14:34:29 +00:00
2014-08-21 18:56:47 +00:00
2009-08-20 11:42:18 +00:00
2014-07-15 05:02:19 +00:00
2009-08-20 11:42:18 +00:00