From f90bac0f89c6d2960930038c2c2f32017f48fa70 Mon Sep 17 00:00:00 2001 From: Jorrit Fahlke <joe@dune-project.org> Date: Tue, 23 Feb 2010 16:45:57 +0000 Subject: [PATCH] Document _slu_search_versions. [[Imported from SVN: r5900]] --- m4/superlu.m4 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/m4/superlu.m4 b/m4/superlu.m4 index 854a6a653..ec74a7584 100644 --- a/m4/superlu.m4 +++ b/m4/superlu.m4 @@ -42,6 +42,22 @@ AC_DEFUN([_slu_lib_path], ] ) +# _slu_search_versions(SUPERLU_ROOT) +# +# Search for either "slu_ddefs.h" or "dsp_defs.h" using _slu_lib_path(). +# +# Shell variables: +# my_slu_header +# The name of the header that was found: first of "slu_ddefs.h" or +# "dsp_defs.h". Contents is only meaningful for my_slu_found=yes. +# my_include_path +# The subpath the header was found in: "include/superlu", "include", or +# "SRC". Contents is only meaningful for my_slu_found=yes. +# my_lib_path +# The subpath for the library: "lib" or "". Contents is only meaningful +# for my_slu_found=yes. +# my_slu_found +# Whether any of the headers. Either "yes" or "no". AC_DEFUN([_slu_search_versions], [ my_slu_header=slu_ddefs.h -- GitLab