~ubuntu-branches/ubuntu/vivid/xauth/vivid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2007-06-22 15:19:06 UTC
  • mto: (8.1.1 intrepid) (13.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20070622151906-la5ik8myp67hlzec
Tags: upstream-1.0.2
ImportĀ upstreamĀ versionĀ 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
dnl Process this file with autoconf to create configure.
23
23
 
24
24
AC_PREREQ([2.57])
25
 
AC_INIT(xauth,[1.0.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xauth)
 
25
AC_INIT(xauth,[1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xauth)
26
26
AM_INIT_AUTOMAKE([dist-bzip2])
27
27
AM_MAINTAINER_MODE
28
28
 
29
29
AM_CONFIG_HEADER(config.h)
30
30
 
 
31
# Require xorg-macros version 1.1.0 or newer for XORG_WITH_LINT macro
 
32
m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.1 or later before running autoconf/autogen])])
 
33
XORG_MACROS_VERSION(1.1)
 
34
 
31
35
AC_PROG_CC
32
36
AC_PROG_INSTALL
33
37
 
34
38
AC_TYPE_SIGNAL
35
39
 
 
40
AC_CHECK_HEADERS([net/errno.h])
 
41
 
36
42
# Checks for pkg-config packages
37
43
PKG_CHECK_MODULES(XAUTH, x11 xau xext xmuu)
38
44
AC_SUBST(XAUTH_CFLAGS)
42
48
# Needed to set *CONN defines for gethost.c & parsedpy.c 
43
49
XTRANS_CONNECTION_FLAGS
44
50
 
 
51
XORG_WITH_LINT
45
52
XORG_MANPAGE_SECTIONS
46
53
XORG_RELEASE_VERSION
47
54