changeset 451:f4abf937d30c

[project @ 1994-06-05 23:53:54 by jwe]
author jwe
date Sun, 05 Jun 1994 23:53:54 +0000
parents 27e970ab835b
children 565206294f5a
files Makeconf.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makeconf.in	Sun Jun 05 22:07:31 1994 +0000
+++ b/Makeconf.in	Sun Jun 05 23:53:54 1994 +0000
@@ -78,7 +78,7 @@
 FLIBS = @FLIBS@
 
 # A shell command to extract the version number from version.h.
-getversion = sed -e '/version_string/!d' -e 's/[^0-9.]*\([0-9.]*\).*/\1/' -e q 
+getversion = sed -e '/version_string/!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.