Mercurial > hg > octave-nkf
view scripts/help/module.mk @ 15329:719ffb2f35a6
Fix Octave builds with SuiteSparse >=4.0 (bug #37031)
* configure.ac: Call OCTAVE_UMFPACK_NEED_SUITESPARSE_TIME to check if
UMFPACK needs SuiteSparse_time function. If it does, use AC_SEARCH_LIBS
to find a possible library.
* m4/acinclude.m4: Add new macro OCTAVE_UMFPACK_NEED_SUITESPARSE_TIME.
author | Rik <rik@octave.org> |
---|---|
date | Fri, 07 Sep 2012 17:05:12 -0700 |
parents | 0bf51abcf759 |
children | 77795b0ed263 |
line wrap: on
line source
FCN_FILE_DIRS += help help_PRIVATE_FCN_FILES = \ help/private/__additional_help_message__.m \ help/private/__strip_html_tags__.m help_FCN_FILES = \ help/__makeinfo__.m \ help/doc.m \ help/gen_doc_cache.m \ help/get_first_help_sentence.m \ help/help.m \ help/lookfor.m \ help/print_usage.m \ help/type.m \ help/unimplemented.m \ help/which.m \ $(help_PRIVATE_FCN_FILES) FCN_FILES += $(help_FCN_FILES) PKG_ADD_FILES += help/PKG_ADD DIRSTAMP_FILES += help/$(octave_dirstamp)