Commit e9e61e93 by Richard Stallman

(version): Use sed to extract. Ignore excess after space.

From-SVN: r2578
parent 6c2e3cab
......@@ -126,7 +126,7 @@ PREMADE_ATTRTAB =
target= ... `configure' substitutes actual target name here.
xmake_file= ... `configure' substitutes actual x- file name here.
tmake_file= ... `configure' substitutes actual t- file name here.
version=`awk '{printf "%s", substr ($$4, 2, length ($$4) - 3); }' $(srcdir)/version.c`
version=`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < version.c`
# Directory where sources are, from where we are.
srcdir = .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment