diff Makeconf.in @ 1105:05611efd5bfe

[project @ 1995-02-14 22:37:27 by jwe]
author jwe
date Tue, 14 Feb 1995 22:40:14 +0000
parents 9a64a46f2224
children f963aa9821b5
line wrap: on
line diff
--- a/Makeconf.in	Tue Feb 14 22:20:16 1995 +0000
+++ b/Makeconf.in	Tue Feb 14 22:40:14 1995 +0000
@@ -96,7 +96,7 @@
 
 
 # A shell command to extract the version number from version.h.
-getversion = sed -e '/version_string/!d' -e 's/.*"\(.*\)".*/\1/' -e q
+getversion = sed -e '/VERSION/!d' -e 's/.*"\(.*\)".*$$/\1/' -e q
 
 # The version number.  TOPDIR is something like `.' or `..' or `../..'
 # and gets us back up to the top level of the source tree.