~ubuntu-branches/ubuntu/raring/lightdm/raring-updates

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-06-21 11:47:33 UTC
  • mto: This revision was merged to the branch mainline in revision 69.
  • Revision ID: package-import@ubuntu.com-20120621114733-nmy3ee0p1a0n5ef0
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
2
 
3
 
AC_INIT(lightdm, 1.2.1)
 
3
AC_INIT(lightdm, 1.3.1)
4
4
AC_CONFIG_MACRO_DIR(m4)
5
5
AC_CONFIG_HEADER(config.h)
6
6
AM_INIT_AUTOMAKE
21
21
 
22
22
AC_CHECK_HEADERS(security/pam_appl.h, [], AC_MSG_ERROR(PAM not found))
23
23
 
 
24
AC_CHECK_FUNCS(setresgid setresuid)
 
25
 
24
26
PKG_CHECK_MODULES(LIGHTDM, [
25
27
    glib-2.0 >= 2.24
26
28
    gio-2.0 >= 2.26
150
152
dnl ###########################################################################
151
153
 
152
154
GTK_DOC_CHECK
 
155
YELP_HELP_INIT
153
156
 
154
157
dnl ###########################################################################
155
158
dnl Internationalization
168
171
data/Makefile
169
172
data/init/Makefile
170
173
doc/Makefile
 
174
help/Makefile
171
175
liblightdm-gobject/liblightdm-gobject-1.pc
172
176
liblightdm-gobject/Makefile
173
177
liblightdm-qt/Makefile