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:
-rw-r--r--Makefile3
-rw-r--r--main/configure.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c506e1bf6..8c840dc7cb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+include main/monodevelop_version
EXTRA_DIST = configure
@@ -68,7 +69,7 @@ dist: update_submodules remove-stale-tarballs dist-recursive
tar xvjf $$tb; \
rm $$tb; \
done
- cd tarballs && tar -cjf `ls -d monodevelop-*`.tar.bz2 monodevelop-*
+ cd tarballs && tar -cjf monodevelop-$PACKAGE_VERSION_LABEL.tar.bz2 monodevelop-$PACKAGE_VERSION_LABEL
run:
cd main && make run
diff --git a/main/configure.in b/main/configure.in
index 6e0c7211da..14f9a089df 100644
--- a/main/configure.in
+++ b/main/configure.in
@@ -262,6 +262,8 @@ if test -z "$platform_bindings"; then
AC_MSG_ERROR([You must enable one of the platform bindings])
fi
+echo PACKAGE_VERSION_LABEL=$PACKAGE_VERSION_LABEL > monodevelop_version
+
AC_OUTPUT([
build/Makefile
build/MacOSX/Makefile