~jbicha/gnome-control-center-signon/fix-help-link

« back to all changes in this revision

Viewing changes to configure.ac

Disable GNOME_COMPILE_WARNINGS([maximum]) to get it building in saucy,
I've filed bug #1187505 to track fixing those warnings.

Approved by Alberto Mardegan, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_INIT([Credentials Control Center],
2
 
        [0.1.5],
 
2
        [0.1.7],
3
3
        [https://bugs.launchpad.net/online-accounts-gnome-control-center],
4
4
        [credentials-control-center],
5
5
        [https://launchpad.net/online-accounts-gnome-control-center])
35
35
AC_SUBST([GETTEXT_PACKAGE], [$PACKAGE_TARNAME])
36
36
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE", [Gettext package])
37
37
 
38
 
GNOME_COMPILE_WARNINGS([maximum])
39
38
GNOME_MAINTAINER_MODE_DEFINES
40
39
 
41
40
PKG_PROG_PKG_CONFIG([0.24])