~ubuntu-branches/ubuntu/raring/banshee/raring

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2011-09-21 13:54:50 UTC
  • mfrom: (6.4.18 sid)
  • Revision ID: package-import@ubuntu.com-20110921135450-uf2ypdavvqke7lu1
Tags: 2.2.0-1ubuntu1
* Merge from Debian Experimental, remaining changes:
  + Enable SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Enable and recommnd u1ms and soundmenu extensions
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector
  + [08dea2c] Revert "Fix invalid cast causing ftbfs with libgpod"

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Granularly define the version components
2
2
dnl Remember to also update the Display Version
3
3
m4_define([banshee_version_major], [2])
4
 
m4_define([banshee_version_minor], [1])
5
 
m4_define([banshee_version_micro], [4])
 
4
m4_define([banshee_version_minor], [2])
 
5
m4_define([banshee_version_micro], [0])
6
6
 
7
7
dnl this can sometimes differ manually
8
 
m4_define([banshee_display_version], ["2.1.4"])
 
8
m4_define([banshee_display_version], ["2.2"])
9
9
 
10
10
dnl set to 0 when doing an official release
11
11
m4_define([banshee_version_pre_release], [0])
27
27
AC_PREREQ(2.52)
28
28
AC_INIT([banshee], banshee_version, [http://bugzilla.gnome.org/enter_bug.cgi?product=banshee])
29
29
 
30
 
AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar dist-zip foreign])
31
 
AM_MAINTAINER_MODE
 
30
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 tar-ustar foreign])
 
31
AM_MAINTAINER_MODE([enable])
32
32
AM_CONFIG_HEADER([config.h])
33
33
AC_CONFIG_MACRO_DIR([build/m4])
34
34
AC_SUBST([ACLOCAL_AMFLAGS], ["-I build/m4/shamrock -I build/m4/banshee -I build/m4/shave \${ACLOCAL_FLAGS}"])