X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fpandora_plugins.m4;h=540443b047f5c07703ba0c4648f496c6d7bd87e4;hb=1170b1b371ce7bdb50e8e7ae887687f5a45f81b9;hp=6ee13da0bff286838731bfac18ea1b556055d801;hpb=49b6af8a69e3dca6589cd69dbd346033e68a36ac;p=m6w6%2Flibmemcached diff --git a/m4/pandora_plugins.m4 b/m4/pandora_plugins.m4 index 6ee13da0..540443b0 100644 --- a/m4/pandora_plugins.m4 +++ b/m4/pandora_plugins.m4 @@ -17,7 +17,7 @@ AC_DEFUN([PANDORA_PLUGINS],[ dnl get called probably during autoconf too, so it's important to protect dnl with test -f ... if the files exist, we don't have the chicken/egg dnl problem and therefore don't need to do anything here - m4_syscmd([python config/pandora-plugin > /dev/null]) + m4_syscmd([PYTHON=${PYTHON:-python} && $PYTHON config/pandora-plugin > /dev/null]) m4_syscmd([test -f config/plugin.stamp || touch config/plugin.stamp aclocal.m4]) m4_sinclude(config/pandora-plugin.ac)