~ubuntu-branches/ubuntu/wily/gnome-weather/wily

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-12-20 18:32:08 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20141220183208-e2895ntfyv23x1m3
Tags: 3.14.1-0ubuntu1
* New upstream release.
* Fix a typo in watch file
* Change binary to arch: all
* Update d/copyright for this release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.63)
2
 
AC_INIT([org.gnome.Weather.Application],[3.12.1],
 
2
AC_INIT([org.gnome.Weather],[3.14.1],
3
3
        [https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-weather],
4
4
        [gnome-weather],
5
5
        [https://wiki.gnome.org/Apps/Weather])
23
23
AM_PROG_CC_C_O
24
24
LT_INIT([disable-static])
25
25
 
26
 
LIBGD_INIT([main-view gir])
27
 
 
28
26
PKG_PROG_PKG_CONFIG([0.22])
29
27
 
 
28
APPSTREAM_XML
30
29
GLIB_GSETTINGS
31
30
GOBJECT_INTROSPECTION_REQUIRE([1.35.9])
32
31
GJS_MIN_VERSION=1.39.91
62
61
    if test x$LCOV = x || test x$GENHTML = x; then
63
62
        AC_MSG_ERROR([lcov and genhtml are required for --enable-coverage])
64
63
    fi
65
 
 
66
 
    # only enable these if we ever want code coverage for libgd
67
 
    # (which we don't)
68
 
    #CFLAGS="$CFLAGS -g -O0 --coverage"
69
 
    #CXXFLAGS="$CXXFLAGS -g -O0 --coverage"
70
 
    #LIBS="$LIBS -lgcov"
71
64
fi
72
65
AM_CONDITIONAL([ENABLE_COVERAGE], [test x$enable_coverage = xyes])
73
66
 
80
73
  Makefile
81
74
  data/Makefile
82
75
  data/icons/Makefile
83
 
  libgd/Makefile
84
76
  src/Makefile
85
77
  tests/Makefile
86
78
  po/Makefile.in