~lightdm-gtk-greeter-team/lightdm-gtk-greeter/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Launchpad Translations on behalf of lightdm-gtk-greeter-team
  • Date: 2018-04-27 05:37:59 UTC
  • Revision ID: launchpad_translations_on_behalf_of_lightdm-gtk-greeter-team-20180427053759-5p3x5cg014ylcy0o
Launchpad automatic translations update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Copyright (C) 2010 - 2011, Robert Ancell <robert.ancell@canonical.com>
 
3
# Copyright (C) 2012 - 2013, Lionel Le Folgoc <mrpouit@ubuntu.com>
 
4
# Copyright (C) 2013 - 2018, Sean Davis <smd.seandavis@gmail.com>
 
5
# Copyright (C) 2014, Andrew P. <pan.pav.7c5@gmail.com>
 
6
#
 
7
# This program is free software: you can redistribute it and/or modify it under
 
8
# the terms of the GNU General Public License as published by the Free Software
 
9
# Foundation, either version 3 of the License, or (at your option) any later
 
10
# version. See http://www.gnu.org/copyleft/gpl.html the full text of the
 
11
# license.
 
12
#
 
13
 
1
14
dnl Process this file with autoconf to produce a configure script.
2
15
 
3
16
AC_PREREQ([2.64])
4
 
AC_INIT([lightdm-gtk-greeter],[2.0.3],[https://launchpad.net/lightdm-gtk-greeter])
 
17
AC_INIT([lightdm-gtk-greeter],[2.0.5],[https://launchpad.net/lightdm-gtk-greeter])
5
18
AC_CONFIG_HEADERS([config.h])
6
19
AC_CONFIG_SRCDIR([src/lightdm-gtk-greeter.c])
7
20
AC_CONFIG_MACRO_DIR([m4])
8
 
AC_CONFIG_AUX_DIR([build-aux])
9
21
 
10
22
LT_INIT
11
 
AM_INIT_AUTOMAKE([1.11 tar-ustar no-dist-gzip dist-xz foreign -Wall -Wno-portability])
 
23
AM_INIT_AUTOMAKE([1.11 tar-ustar foreign -Wall -Wno-portability])
12
24
AM_MAINTAINER_MODE([enable])
13
25
 
14
 
AX_GENERATE_CHANGELOG
15
 
 
16
26
# Use AM_SILENT_RULES if present
17
27
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])
18
28
 
19
 
AX_CHECK_ENABLE_DEBUG
20
 
 
21
29
AC_PROG_CC
22
30
 
23
31
GOBJECT_INTROSPECTION_CHECK(0.9.5)