chiark / gitweb /
build/ scripts: Remove the version-number machinery.
[runlisp] / build / confsubst
index f9ba37bdc455f258a0f94bc8f62cd868ebdbf268..2638a71c5a08a9a20ca8264ff0e10cb65ff563dc 100755 (executable)
@@ -25,7 +25,6 @@
 ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 set -e
-VERSION="@VERSION@"
 
 ###--------------------------------------------------------------------------
 ### Parse command line arguments.
@@ -41,10 +40,6 @@ standard output.
 EOF
       exit 0
       ;;
-    -v | --v | --ve | --ver | --vers | --versi | --versio | --version)
-      echo "confsubst: Common Files Distribution version $VERSION"
-      exit 0
-      ;;
     --)
       shift
       break