~ubuntu-branches/ubuntu/natty/monodevelop/natty

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-01-07 19:06:58 UTC
  • mto: (1.6.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20100107190658-z9z95lgk4kwfes7p
ImportĀ upstreamĀ versionĀ 2.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT([monodevelop], 2.1.1, [monodevelop-list@lists.ximian.com])
 
1
AC_INIT([monodevelop], 2.2, [monodevelop-list@lists.ximian.com])
2
2
AC_PREREQ(2.53)
3
3
AM_INIT_AUTOMAKE([1.9 tar-ustar])
4
4
AM_MAINTAINER_MODE
5
5
 
6
 
ASSEMBLY_VERSION=2.1.1.0
7
 
PACKAGE_VERSION_LABEL="2.2 Beta 2"
 
6
ASSEMBLY_VERSION=2.2.0.0
 
7
PACKAGE_VERSION_LABEL="2.2"
8
8
 
9
9
AC_PATH_PROG(MONO, mono)
10
10
AC_PATH_PROG(MCS, gmcs)
388
388
src/addins/MonoDevelop.CodeMetrics/Makefile
389
389
src/addins/MonoDevelop.Refactoring/Makefile
390
390
src/addins/MonoDevelop.Debugger/Makefile
 
391
src/addins/MonoDevelop.Debugger.Soft/Makefile
 
392
src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Makefile
 
393
src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/Makefile
 
394
src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/Makefile
391
395
tests/Makefile
392
396
tests/UnitTests/Makefile
393
397
Makefile