aboutsummaryrefslogtreecommitdiff
path: root/libX11/configure.ac
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-11-02 07:32:01 +0000
committermarha <marha@users.sourceforge.net>2010-11-02 07:32:01 +0000
commit135e2e73bbe7155901a651c38b772e7b4547f39c (patch)
treec1c70fb185ca78b4608a113378a3e7430b91cf24 /libX11/configure.ac
parent9af25cb02d1d2f86cd6e3cc1d18701f7304defdd (diff)
downloadvcxsrv-135e2e73bbe7155901a651c38b772e7b4547f39c.tar.gz
vcxsrv-135e2e73bbe7155901a651c38b772e7b4547f39c.tar.bz2
vcxsrv-135e2e73bbe7155901a651c38b772e7b4547f39c.zip
libX11 libXdmcp xkbcomp pixman git update 2/11/2010
Diffstat (limited to 'libX11/configure.ac')
-rw-r--r--libX11/configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/libX11/configure.ac b/libX11/configure.ac
index f174f31e1..80e38a931 100644
--- a/libX11/configure.ac
+++ b/libX11/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.60)
AC_INIT([libX11],
- 1.3.99.902,
+ [1.3.99.903],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
libX11)
AC_CONFIG_SRCDIR([Makefile.am])
@@ -21,14 +21,14 @@ AC_CONFIG_HEADER([include/X11/XlibConf.h])
# to avoid autoconf errors.
AC_USE_SYSTEM_EXTENSIONS
-# Require xorg-macros minimum of 1.10 for DocBook XML documentation
+# Require xorg-macros minimum of 1.11 for disabling fop by default
m4_ifndef([XORG_MACROS_VERSION],
- [m4_fatal([must install xorg-macros 1.10 or later before running autoconf/autogen])])
-XORG_MACROS_VERSION(1.10)
+ [m4_fatal([must install xorg-macros 1.11 or later before running autoconf/autogen])])
+XORG_MACROS_VERSION(1.11)
XORG_DEFAULT_OPTIONS
XORG_ENABLE_SPECS
XORG_WITH_XMLTO(0.0.20)
-XORG_WITH_FOP
+XORG_WITH_FOP([no])
XORG_CHECK_SGML_DOCTOOLS(1.5)
XORG_PROG_RAWCPP