~ubuntu-branches/ubuntu/wily/baobab/wily

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-11-05 18:19:47 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20121105181947-a5c9utsx2buosfmy
Tags: 3.6.2-0ubuntu1
* New upstream version:
  - Minor tweaks to the UI
* debian/patches/baobab_about_segfault.patch: 
  - don't segfault when opening the about dialog (lp: #1020810)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
AC_PREREQ(2.63)
3
3
 
4
4
AC_INIT([baobab],
5
 
        [3.6.0],
 
5
        [3.6.2],
6
6
        [http://bugzilla.gnome.org/enter_bug.cgi?product=baobab],
7
7
        [baobab])
8
8
 
43
43
# Mallard help
44
44
YELP_HELP_INIT
45
45
 
46
 
PKG_CHECK_MODULES(gtk, gtk+-3.0 >= 3.5.9)
47
 
PKG_CHECK_MODULES(gio, gio-2.0 >= 2.30.0)
 
46
PKG_CHECK_MODULES(BAOBAB, [
 
47
    gtk+-3.0 >= 3.5.9
 
48
    gio-2.0 >= 2.30.0
 
49
])
 
50
 
 
51
LT_INIT([disable-static])
 
52
 
 
53
LIBGD_INIT([
 
54
    static
 
55
    main-toolbar
 
56
    vapi
 
57
])
48
58
 
49
59
AC_CONFIG_FILES([
50
60
Makefile
52
62
help/Makefile
53
63
pixmaps/Makefile
54
64
src/Makefile
 
65
libgd/Makefile
55
66
po/Makefile.in
56
67
])
57
68