Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ward <ward.matt@gmail.com>2014-02-12 21:14:55 +0400
committerMatt Ward <ward.matt@gmail.com>2014-02-12 21:14:55 +0400
commit0f04715e2a8081456253def9687fd59193231230 (patch)
tree84b7b63385f900c870f6befcb4e0e09dc2210102 /main/configure.in
parentd9eba24eafd74dfe772568ae51c6578dd576b139 (diff)
parent38a5f2cbdb88f3ef83b500c5ec319d5de90d3f4e (diff)
Merge branch 'master' into nuget-integration
Diffstat (limited to 'main/configure.in')
-rw-r--r--main/configure.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/main/configure.in b/main/configure.in
index 4f2692e0c1..4d4d722bfb 100644
--- a/main/configure.in
+++ b/main/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([monodevelop], 4.2.3, [monodevelop-list@lists.ximian.com])
+AC_INIT([monodevelop], m4_esyscmd_s([grep ^Version ../version.config|cut -d '=' -f 2|tr -d '\n']), [monodevelop-list@lists.ximian.com])
AC_PREREQ(2.53)
AM_INIT_AUTOMAKE([1.10 tar-ustar])
AM_MAINTAINER_MODE
@@ -12,9 +12,9 @@ ASSEMBLY_VERSION=4.0.0.0
# the C# side of things. It should be one of the following two formats:
# 1) "VERSION_NUMBER" "2.0"
# 2) "VERSION_NUMBER BUILD_TYPE BUILD_NUMBER" "2.0 Alpha 1"
-PACKAGE_VERSION_LABEL="4.2.3"
+PACKAGE_VERSION_LABEL="m4_esyscmd_s([grep ^Label ../version.config|cut -d "=" -f 2|tr -d '\n'])"
-COMPAT_ADDIN_VERSION=4.0
+COMPAT_ADDIN_VERSION=m4_esyscmd_s([grep ^CompatVersion ../version.config|cut -d "=" -f 2|tr -d '\n'])
AC_PATH_PROG(MONO, mono)
AC_PATH_PROG(MCS, gmcs)
@@ -276,7 +276,6 @@ src/Makefile
src/core/Makefile
src/core/Mono.Texteditor/Makefile
src/core/MonoDevelop.Core/Makefile
-src/core/MonoDevelop.Core/BuildVariables.cs
src/core/MonoDevelop.Projects.Formats.MSBuild/Makefile
src/core/MonoDevelop.Ide/Makefile
src/core/MonoDevelop.Startup/Makefile
@@ -358,6 +357,9 @@ echo ""
echo "Configuration summary"
echo ""
echo " * Installation prefix = $prefix"
+echo " * Version = $VERSION"
+echo " * Version Label = $PACKAGE_VERSION_LABEL"
+echo " * Compat Version = $COMPAT_ADDIN_VERSION"
echo " * C# compiler = $CSC"
echo " * Mono class library development extensions: $enable_monoextensions"
echo " * Version control providers:"