Huh.  Coulda sworn that I fixed that one already.  Bummer.

Thanks for the catch!


On Dec 17, 2009, at 7:31 AM, <sthib...@osl.iu.edu> wrote:

> Author: sthibaul
> Date: 2009-12-17 07:31:37 EST (Thu, 17 Dec 2009)
> New Revision: 1506
> URL: https://svn.open-mpi.org/trac/hwloc/changeset/1506
> 
> Log:
> fix README generation by adding HWLOC_ prefix to W3_GENERATOR
> Text files modified:
>    trunk/config/hwloc.m4 |     4 ++--                                   
>    1 files changed, 2 insertions(+), 2 deletions(-)
> 
> Modified: trunk/config/hwloc.m4
> ==============================================================================
> --- trunk/config/hwloc.m4       (original)
> +++ trunk/config/hwloc.m4       2009-12-17 07:31:37 EST (Thu, 17 Dec 2009)
> @@ -641,10 +641,10 @@
>      AC_MSG_CHECKING([if can build top-level README])
>      AS_IF([test "x$W3M" != "x"],
>            [hwloc_generate_readme=yes
> -           W3_GENERATOR=$W3M],
> +           HWLOC_W3_GENERATOR=$W3M],
>            [AS_IF([test "x$LYNX" != "x"],
>                   [hwloc_generate_readme=yes
> -                  W3_GENERATOR="$LYNX -dump -nolist"],
> +                  HWLOC_W3_GENERATOR="$LYNX -dump -nolist"],
>                   [hwloc_generate_readme=no])])
>      AC_SUBST(HWLOC_W3_GENERATOR)
>      AC_MSG_RESULT([$hwloc_generate_readme])
> _______________________________________________
> hwloc-svn mailing list
> hwloc-...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-svn
> 


-- 
Jeff Squyres
jsquy...@cisco.com


Reply via email to