diff Makeconf.in @ 5658:7b45fda21557

[project @ 2006-03-10 03:57:23 by jwe]
author jwe
date Fri, 10 Mar 2006 03:57:23 +0000
parents 9761b7d24e9e
children dec8dd15a574
line wrap: on
line diff
--- a/Makeconf.in	Thu Mar 09 19:21:39 2006 +0000
+++ b/Makeconf.in	Fri Mar 10 03:57:23 2006 +0000
@@ -30,7 +30,7 @@
 xfiles := $(TOPDIR)/src/version.h $(srcdir)/$(TOPDIR)/src/version.h
 version_file := $(firstword $(foreach file, $(xfiles), $(wildcard $(file))))
 version := $(shell $(getversion) $(version_file))
-apiversion := $(shell $(getapiversion) $(version_file))
+api_version := $(shell $(getapiversion) $(version_file))
 
 #### Start of system configuration section. ####
 
@@ -534,7 +534,8 @@
   -e "s|%OCTAVE_OCTLIBDIR%|\"${octlibdir}\"|" \
   -e "s|%OCTAVE_STARTUPFILEDIR%|\"${startupfiledir}\"|" \
   -e "s|%OCTAVE_PREFIX%|\"${prefix}\"|" \
-  -e "s|%OCTAVE_API_VERSION%|\"${apiversion}\"|" \
+  -e "s|%OCTAVE_API_VERSION%|\"${api_version}\"|" \
+  -e "s|%OCTAVE_RELEASE%|\"${OCTAVE_RELEASE}\"|" \
   -e "s|%OCTAVE_VERSION%|\"${version}\"|"
 $(top_srcdir)/move-if-change $@-t $@
 endef