summaryrefslogtreecommitdiffstats
path: root/m4/cython_python.m4
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2021-09-11 01:38:44 +0200
committerGravatar Nikias Bassen2021-09-11 01:38:44 +0200
commitb6e60a33d3e68ecbcb36708cdc68e18a538ba26a (patch)
tree554054d4c4871cf4695d51ad4d53f08c3cf71d68 /m4/cython_python.m4
parentfeb0bcd102ff0abc34ffa04e8cabf26706ffdb38 (diff)
downloadlibplist-b6e60a33d3e68ecbcb36708cdc68e18a538ba26a.tar.gz
libplist-b6e60a33d3e68ecbcb36708cdc68e18a538ba26a.tar.bz2
Update deprecated autoconf macros and update m4 files
Diffstat (limited to 'm4/cython_python.m4')
-rw-r--r--m4/cython_python.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/cython_python.m4 b/m4/cython_python.m4
index ba730d5..5b4a041 100644
--- a/m4/cython_python.m4
+++ b/m4/cython_python.m4
@@ -1,6 +1,6 @@
AC_DEFUN([CYTHON_PYTHON],[
AC_REQUIRE([AC_PROG_CYTHON])
- AC_REQUIRE([AC_PYTHON_DEVEL])
+ AC_REQUIRE([AX_PYTHON_DEVEL])
test "x$1" != "xno" || cython_shadow=" -noproxy"
AC_SUBST([CYTHON_PYTHON_OPT],[-python$cython_shadow])
AC_SUBST([CYTHON_PYTHON_CPPFLAGS],[$PYTHON_CPPFLAGS])