From ab239f6316ab99bfe125ee36d2fdfddb6a18229f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 10 Nov 2021 20:29:18 -0500 Subject: [PATCH] Trac #29665: standard python spkg-configure.m4 for sphinxcontrib_htmlhelp. --- build/pkgs/sphinxcontrib_htmlhelp/spkg-configure.m4 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build/pkgs/sphinxcontrib_htmlhelp/spkg-configure.m4 diff --git a/build/pkgs/sphinxcontrib_htmlhelp/spkg-configure.m4 b/build/pkgs/sphinxcontrib_htmlhelp/spkg-configure.m4 new file mode 100644 index 00000000000..c77b003dc37 --- /dev/null +++ b/build/pkgs/sphinxcontrib_htmlhelp/spkg-configure.m4 @@ -0,0 +1,3 @@ +SAGE_SPKG_CONFIGURE([sphinxcontrib_htmlhelp], [ + SAGE_PYTHON_PACKAGE_CHECK([sphinxcontrib_htmlhelp]) +])