~ubuntu-branches/ubuntu/quantal/gtkmm3.0/quantal

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-03-01 23:42:36 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120301234236-12w6m0hkomhi7h53
Tags: 3.3.16-0ubuntu1
* New upstream version
* debian/control.in: updated the glib requirement

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
## You should have received a copy of the GNU Lesser General Public License
16
16
## along with this library.  If not, see <http://www.gnu.org/licenses/>.
17
17
 
18
 
AC_INIT([gtkmm], [3.3.14],
 
18
AC_INIT([gtkmm], [3.3.16],
19
19
        [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
20
20
        [gtkmm], [http://www.gtkmm.org/])
21
21
AC_PREREQ([2.59])
94
94
# gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
95
95
# The extra cairomm-1.0 check is because gdkmm requires a newer cairomm than pangomm requires.
96
96
# The extra gdk-pixbuf-2.0 check is because gdkmm requires a newer gdk-pixbuf than gtk+-3.0 requires.
97
 
AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.30.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.3.2 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
 
97
AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.31.18.1 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.3.2 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
98
98
 
99
99
AS_IF([test "x$gtkmm_host_windows" = xyes],
100
100
      [GTKMM_MODULES=$GDKMM_MODULES],