~ubuntu-branches/ubuntu/lucid/xorg-server/lucid-updates

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen, Bryce Harrington, Robert Hooker, Timo Aaltonen, Robert Collins
  • Date: 2010-02-19 13:24:15 UTC
  • mfrom: (1.1.31 upstream) (0.11.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100219132415-4eovyfajq7ac45n3
Tags: 2:1.7.5-1ubuntu1
[ Bryce Harrington ]
[Robert Hooker]
* Add 106_nouveau_autodetect.patch: makes nouveau the default driver
  for supported cards when not explicitly named in xorg.conf.

[Timo Aaltonen]
* Merge from Debian unstable.
* Drop patch 101, included in Debian.

[Robert Collins]
* Add 199_xfvb-help-typo.patch to fix typo in help for xvfb (fdo #32990)
* Add 200_randr-null.patch to clarify a pointer initialization (fdo #26389)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
dnl Process this file with autoconf to create configure.
27
27
 
28
28
AC_PREREQ(2.57)
29
 
AC_INIT([xorg-server], 1.7.3.902, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
30
 
RELEASE_DATE="2009-12-26"
 
29
AC_INIT([xorg-server], 1.7.5, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
 
30
RELEASE_DATE="2010-02-16"
31
31
AC_CONFIG_SRCDIR([Makefile.am])
32
32
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
33
33
AM_MAINTAINER_MODE
2020
2020
 
2021
2021
AC_DEFINE_DIR(PROJECTROOT, prefix, [Overall prefix])
2022
2022
 
2023
 
BUILD_DATE="$(date +'%Y%m%d')"
 
2023
BUILD_DATE="`date +'%Y%m%d'`"
2024
2024
AC_SUBST([BUILD_DATE])
2025
 
BUILD_TIME="$(date +'1%H%M%S')"
 
2025
BUILD_TIME="`date +'1%H%M%S'`"
2026
2026
AC_SUBST([BUILD_TIME])
2027
2027
 
2028
2028
DIX_CFLAGS="-DHAVE_DIX_CONFIG_H $XSERVER_CFLAGS"