* Removed the useless util/getversion script.

git-svn-id: svn://svn.zoy.org/elk/trunk@39 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-08-25 14:35:56 +00:00
parent 55326a53e6
commit 64a1148f89
2 changed files with 0 additions and 8 deletions

View File

@ -1,6 +1,3 @@
When porting Elk to a new architecture, you may want to compile and run
alloca.c to check if your system's alloca() function is usable for Elk.
See the leading comment in alloca.c.
getversion is a trivial shell script to extract the Elk version number
from the file README. It is used by the build process.

View File

@ -1,5 +0,0 @@
#!/bin/sh
if [ $# != 1 ]; then
echo Usage: $0 README; exit 1
fi
exec grep "^This is release" $1 | awk '{print $4}'