~muktupavels/metacity/adwaita-icon-theme-lp-1414613

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2014-11-28 09:35:28 UTC
  • mfrom: (1.2.71)
  • mto: (2.3.9 vivid-proposed)
  • mto: This revision was merged to the branch mainline in revision 137.
  • Revision ID: package-import@ubuntu.com-20141128093528-ftn4ljqhrmoz28i7
Tags: 1:3.14.3-1
* New upstream bugfix release.
* Drop initialize_variables.patch, applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
m4_define([metacity_major_version], [3])
4
4
m4_define([metacity_minor_version], [14])
5
 
m4_define([metacity_micro_version], [1])
 
5
m4_define([metacity_micro_version], [3])
6
6
 
7
7
m4_define([metacity_version],
8
8
          [metacity_major_version.metacity_minor_version.metacity_micro_version])
109
109
changequote([,])dnl
110
110
 
111
111
GTK_API_VERSION=3.0
112
 
GTK_MIN_VERSION=3.8.0
 
112
GTK_MIN_VERSION=3.12.0
113
113
GIO_MIN_VERSION=2.25.10
114
114
CANBERRA_GTK=libcanberra-gtk3
115
115
 
547
547
if test $(( $(echo $METACITY_MINOR_VERSION) %2)) == "1"; then
548
548
   stable_version=$(( ($METACITY_MINOR_VERSION / 2) * 2))
549
549
   echo "This is the UNSTABLE branch of metacity"
550
 
   echo -n "Use 2.$stable_version.x for stable "
551
 
   echo    "(gnome-2-$stable_version branch in Subversion)"
 
550
   echo -n "Use 3.$stable_version.x for stable "
 
551
   echo    "(gnome-3-$stable_version branch in Subversion)"
552
552
else
553
553
   echo "This is the stable branch of metacity"
554
554
fi