# HG changeset patch # User resdb # Date 1319313006 18000 # Node ID 672cff12da62faebab927061bb6a8b4266a90ba6 # Parent 93a5484092a21f1cc00ba60414fb7013161d3c05 splicex changes diff -r 93a5484092a2 -r 672cff12da62 contrib/splicex/CHANGES --- a/contrib/splicex/CHANGES Sat Oct 22 14:43:31 2011 -0500 +++ b/contrib/splicex/CHANGES Sat Oct 22 14:50:06 2011 -0500 @@ -1,1 +1,7 @@ CHANGES: + d3v11 - Sat Oct 22 2011 + SpliceX is the new replacement for Splice3. + it includes some new options and should be + compatible with most versions of Python. + + see README, splicex --help, splicex --rtfm diff -r 93a5484092a2 -r 672cff12da62 contrib/splicex/configure --- a/contrib/splicex/configure Sat Oct 22 14:43:31 2011 -0500 +++ b/contrib/splicex/configure Sat Oct 22 14:50:06 2011 -0500 @@ -1,5 +1,5 @@ #!/bin/bash -echo 'checking for python2.7' +echo 'checking for python' if which python >/dev/null; then : else