summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2011-01-28config: remove already included AC_PROG_SED statementGaetan Nadon
Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS Use the appropriate platform version of sed Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-27config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon
XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls AC_PROG_C_C99. This sets gcc with -std=gnu99. If AC_PROG_CC macro is called afterwards, it resets CC to gcc. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-26libXi 1.4.1libXi-1.4.1Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-11-03libXi 1.4libXi-1.4.0Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-07-10specs: convert input .ms specs from xorg-docs module to DocBook XMLMatt Dew
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-03-29config: update AC_PREREQ statement to 2.60Gaetan Nadon
Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-03-11doc: specify minimum version for xmlto and ascidocGaetan Nadon
Specify 0.0.20 as the minimum version for xmlto. Older versions do not have fop backend. Specify 8.4.5 as the minimum version for ascidooc. Older versions stop with errors. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-20config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon
Compiler warning flags should be explicitly set in the makefile rather than being merged with other packages compiler flags. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-01-26Need both xmlto and asciidoc to install man pages from a checkoutDan Nicholson
The check for whether to build the pages looked for both xmlto and asciidoc, but the check to install didn't. Refactor a bit so that the check is done only once. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> Tested-by: Gaetan Nadon <memsize@videotron.ca> Tested-by: Christian Hartmann <cornogle@googlemail.com>
2010-01-24man: allow installing prebuilt man pages from tarballGaetan Nadon
The man pages source may be supplied in the tarball or built from git. The makefile needs to take that into consideration and adjust the targets accordingly. Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-01-19config: replace custom code with reusable macro XORG_WITH_XMLTOGaetan Nadon
XORG_WITH_XMLTO provides additional functions like a configure option which allow platform builders to control the usage of the xmlto program. This is a requirement from platforms that do not have such doc tool. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
2009-10-27Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
2009-10-02libXi 1.3libXi-1.3Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-10-02Require macros 1.3 for XORG_DEFAULT_OPTIONSPeter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-08-25Bump to 1.2.99.4libXi-1.2.99.4Peter Hutterer
2009-08-25Remove the asciidoc warning from configure.Peter Hutterer
This warning was put in when the released version of asciidoc required an additional patch to build libXi. The release of asciidoc 8.4.5 included this patch thus we don't need this explicit warning anymore. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-08-24Update XIWarpPointer to take doubles (inputproto >= 1.9.99.902)Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-08-04Allow foreign automake, remove empty AUTHORS and NEWS.Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-08-04Remove leftover RCS tags.Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-22Bump to 1.2.99.3libXi-1.2.99.3Peter Hutterer
2009-07-22Replace keysym grabs with keycode grabs.Peter Hutterer
Keysym grabs are tricky to get right for applications that are more complicated than demo applications. otoh, we know keycode grabs are working. So let's go with keycode grabs for now and add keysym grabs later when we've sorted out the details. Requires inputproto 1.9.99.15 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-13Cater for new event-specific raw event types.Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-13Bump to 1.2.99.2libXi-1.2.99.2Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-12Add effective modifiers/group to events - require inputproto 1.9.99.13Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-08Use cookie events for XI2 events.Peter Hutterer
Instead of squashing the events directly into the XEvent use the new libX11 cookie events. This allows us to have larger events without the 96 byte restriction. Requires libX11 1.2.99.1 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-06-17Require inputproto 1.9.99.12Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-06-09Require inputproto 1.9.99.11.Peter Hutterer
2009-06-03configure: Search for sed as required by the man pages.Benjamin Close
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-05-28Require inputproto 1.9.99.10Peter Hutterer
2009-05-18Switch man pages to asciidoc.Peter Hutterer
The docbook xml is unreadable and unwritable. Switch everything to asciidoc, at least thay we we can write man pages without losing sanity. asciidoc seems to have some issues with __libmansuffix__, so instead we just use libmansuffix (without underscores). The current asciidoc version is buggy for multiple man targets (more than one man page in a single file), so stick a big warning into configure that a patch is required to the the right asciidoc->docbook conversion. Many thanks to Dan Nicholson for the Makefile.am. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-05-16Require inputproto 1.9.99.9Peter Hutterer
2009-05-07Use the new prefixed constants for XI2 and require inputproto 1.99.9.8Peter Hutterer
2009-03-03Require inputproto 1.9.99.7.Peter Hutterer
2009-01-29Janitor: make distcheck, compile warnings, extra .gitignore files.Paulo Cesar Pereira de Andrade
2008-11-17Bump to 1.2.99.1libXi-1.2.99.1Peter Hutterer
We need libXi 1.2 for the property support, so let's bump this one up by one.
2008-10-31Purge device-based window access code.Peter Hutterer
Requires inputproto 1.9.99.6.
2008-09-26Require inputproto 1.9.99.5.Peter Hutterer
2008-08-15Require inputproto 1.9.99.4.Peter Hutterer
2008-05-29Bump to 1.1.99.1Peter Hutterer
2008-05-29Update required packages again, needs updated libX11, libXext, etc.Peter Hutterer
2008-05-29Don't fail man build when missing xmlto.Peter Hutterer
If xmlto is missing during configure, print out a warning and just do an empty man build with no man pages at all. Better than failing with obscure errors.
2008-05-29Reguire inputproto 1.9.99.Peter Hutterer
2008-04-28Merge branch 'master' into mpxPeter Hutterer
Conflicts: .gitignore man/XGrabDeviceKey.man man/XListInputDevices.man
2008-04-27man: switch over to using xmlto to generate man pages.Peter Hutterer
Removing all nroff man pages.
2007-09-05Bump version to 1.1.3.libXi-1.1.3Eric Anholt
2007-08-01Bump to 1.1.2libXi-1.1.2Daniel Stone
2007-07-05Bump to version 1.1.1.libXi-1.1.1Peter Hutterer
2006-07-18bump version to 1.1.0, require inputproto 1.4Daniel Stone
Bump the version to 1.1.0, and make sure we build with inputproto 1.4, for the DEVICE_{TOUCHSCREEN,CORE} controls, and DevicePresenceNotify.
2006-04-27Bump to 1.0.1libXi-1_0_1XORG-7_1Adam Jackson