[Rivet-svn] rivet: Distcheck fix for python m4 script

Rivet Mercurial rivet at projects.hepforge.org
Thu Jan 25 23:30:02 GMT 2018


details:   https://rivet.hepforge.org/hg/rivet/rev/23235dba7e1f
branches:  release-2-6-x
changeset: 6219:23235dba7e1f
user:      David Grellscheid <david.grellscheid at durham.ac.uk>
date:      Thu Jan 25 23:17:03 2018 +0000
description:
Distcheck fix for python m4 script

diffs (11 lines):

--- a/m4/ax_python_devel.m4	Thu Jan 25 22:51:12 2018 +0000
+++ b/m4/ax_python_devel.m4	Thu Jan 25 23:17:03 2018 +0000
@@ -139,7 +139,7 @@
 		ac_supports_python_ver=`$PYTHON -c "import ax_python_devel_vpy; \
             ver = ax_python_devel_vpy.VPy(); \
 			print (ver $1)"`
-        rm -rf ax_python_devel_vpy.py*
+        rm -rf ax_python_devel_vpy*.py* __pycache__/ax_python_devel_vpy*.py*
 		if test "$ac_supports_python_ver" = "True"; then
 		   AC_MSG_RESULT([yes])
 		else


More information about the Rivet-svn mailing list