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>
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
1
14
dnl Process this file with autoconf to produce a configure script.
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])
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])
16
26
# Use AM_SILENT_RULES if present
17
27
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])
23
31
GOBJECT_INTROSPECTION_CHECK(0.9.5)