chiark
/
gitweb
/
~mdw
/
runlisp
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
build/ scripts: Remove the version-number machinery.
[runlisp]
/
build
/
auto-version
diff --git
a/build/auto-version
b/build/auto-version
index d8189edcc47a53c4da399740d072653edf573a83..2b37944b01f89818c0be1a5644207aedaeeb01fe 100755
(executable)
--- a/
build/auto-version
+++ b/
build/auto-version
@@
-25,7
+25,6
@@
### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
set -e
### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
set -e
-VERSION="@VERSION@"
###--------------------------------------------------------------------------
### Parse command line arguments.
###--------------------------------------------------------------------------
### Parse command line arguments.
@@
-40,10
+39,6
@@
Writes on standard output the program's version number.
EOF
exit 0
;;
EOF
exit 0
;;
- -v | --v | --ve | --ver | --vers | --versi | --versio | --version)
- echo "auto-version: Common Files Distribution version $VERSION"
- exit 0
- ;;
--)
shift
break
--)
shift
break