diff options
author | resdb <resdb@d3v11-VM.(none)> | 2011-10-22 14:50:06 -0500 |
---|---|---|
committer | resdb <resdb@d3v11-VM.(none)> | 2011-10-22 14:50:06 -0500 |
commit | 83f75446c95b480ec04f20b8e86e0ff7363f0ec8 (patch) | |
tree | 36b5a8fefa0c054e51d9780ae31288212987e85a | |
parent | fd78bbc2ba54cad2ae26019669c74a2c05464c9f (diff) | |
download | resdb-83f75446c95b480ec04f20b8e86e0ff7363f0ec8.tar.gz resdb-83f75446c95b480ec04f20b8e86e0ff7363f0ec8.zip |
splicex changes
-rw-r--r-- | contrib/splicex/CHANGES | 6 | ||||
-rwxr-xr-x | contrib/splicex/configure | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/contrib/splicex/CHANGES b/contrib/splicex/CHANGES index bd6224f..cb06ed8 100644 --- a/contrib/splicex/CHANGES +++ b/contrib/splicex/CHANGES @@ -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 --git a/contrib/splicex/configure b/contrib/splicex/configure index 4b000f1..5633dd5 100755 --- a/contrib/splicex/configure +++ b/contrib/splicex/configure @@ -1,5 +1,5 @@ #!/bin/bash -echo 'checking for python2.7' +echo 'checking for python' if which python >/dev/null; then : else |