ports/math/sage/files/ecl_spkg-configure.m4
Thierry Thomas 97d81944e8 - Unbreak and upgrade to 9.1
- Take maintainership.

PR:		247298
Submitted by:	/me
Approved by:	stephen (previous maintainer)
Differential Revision:	D24195
2020-06-17 10:05:10 +00:00

6 lines
198 B
Text

SAGE_SPKG_CONFIGURE([ecl], [
AC_PATH_PROG([ECL], [ecl])
AS_IF([test x$ECL = x], [
AC_MSG_NOTICE([ecl not found. Installing ecl])
sage_spkg_install_ecl=yes])
])