summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2014-01-05Add AC_SYSTEM_EXTENSIONS to expose asprintf with GNU libcPatrik Jakobsson1-0/+1
As required by the following commit: commit 8c75f6e1c117f3d05f0bc7bed34f0e7e933f3b9a Use asprintf (or Xprintf on old servers) instead of strdup+sprintf Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-11-03Use asprintf (or Xprintf on old servers) instead of strdup+sprintfAlan Coopersmith1-0/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-03-27mouse 1.9.0xf86-input-mouse-1.9.0Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-01-16configure: Drop AM_MAINTAINER_MODEAdam Jackson1-1/+0
Signed-off-by: Adam Jackson <ajax@redhat.com>
2012-07-31xf86-input-mouse 1.8.1xf86-input-mouse-1.8.1Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-07-31Rename xf86-mouse.pc to xorg-mouse.pcPeter Hutterer1-1/+1
Other input drivers already shipping pkgconfig files use this naming scheme and since the 1.8 release didn't install the file anyway, renaming is still acceptable at this point. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-07-26xf86-input-mouse 1.8.0xf86-input-mouse-1.8.0Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-07-24Raise bar for xorg-server to 1.7 for XINPUT ABI 7Alan Coopersmith1-1/+1
Not all of the button label settings were wrapped in ABI #ifdefs, so just drop all #ifdefs for GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
2012-04-30Add settable properties for middle mouse button emulationAlan Coopersmith1-0/+12
Based on evdev's similar properties, including using the name "middle" button, to avoid confusion with evdev's 3rd button emulation for emulating the right button on a single button mouse. Allows manual enable & disable at runtime. Exports new xf86-mouse.pc & xf86-mouse-properties.h for property name definitions. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Alexandr Shadchin <alexandr.shadchin@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-03-15xf86-input-mouse 1.7.2xf86-input-mouse-1.7.2Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-07-05xf86-input-mouse 1.7.1xf86-input-mouse-1.7.1Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-03-10mouse 1.7.0xf86-input-mouse-1.7.0Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-02-21mouse 1.6.99.901xf86-input-mouse-1.6.99.901Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-11-25Bump to 1.6.99Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-09-08xf86-input-mouse 1.6.0xf86-input-mouse-1.6.0Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-05-27config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONSGaetan Nadon1-3/+0
The existing statement can now be removed from the configuration file. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-27config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon1-3/+2
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS The existing statement can now be removed from the configuration file. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-16README: keep the text version of README, discard the sgml versionGaetan Nadon1-1/+0
The linuxdoc doc tool is deprecated. README files are exclusively text files. The file had not been updated for 5 years. Reviewed-by: Rémi Cardona <remi@gentoo.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-16config: fix warnings, m4 quoting and layoutGaetan Nadon1-22/+27
Fix some m4 quoting Fix some autoconf warnings Regroup statements per section Add comments Reviewed-by: Rémi Cardona <remi@gentoo.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-16config: Upgrade X.Org macros to 1.4 for INSTALL file copyingGaetan Nadon1-4/+4
Reviewed-by: Rémi Cardona <remi@gentoo.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-16config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon1-1/+0
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. Reviewed-by: Rémi Cardona <remi@gentoo.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-16config: remove unrequired AC_HEADER_STDCGaetan Nadon1-3/+0
Autoconf says: "This macro is obsolescent, as current systems have conforming header files. New programs need not use this macro". Reviewed-by: Rémi Cardona <remi@gentoo.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-16config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-4/+3
Regroup AC statements at the top. Reviewed-by: Rémi Cardona <remi@gentoo.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-16config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
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 Reviewed-by: Rémi Cardona <remi@gentoo.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-16config: optional extension check for inputproto not requiredGaetan Nadon1-4/+1
The check should be in PKG_CHECK_MODULES permanently. The XORG_DRIVER_CHECK_EXT will add inputproto to PKG_CHECK_MODULES only if the extension is available. By definition, this extension is an integral part of the server and is always present. The server always sets XINPUT macro to 1. The conditional code was removed Reviewed-by: Rémi Cardona <remi@gentoo.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-16config: remove extension check for unused RANDR extensionGaetan Nadon1-1/+0
The randr protocol is not used, no randr*.h are included. Reviewed-by: Rémi Cardona <remi@gentoo.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-16config: remove AH_TOP autoheader statementGaetan Nadon1-2/+0
The generated config.h does not need to include xorg-server.h for the content it provides. Add #include <xorg-server.h> in .[hc] files as needed. Reviewed-by: Rémi Cardona <remi@gentoo.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-12-30configure.ac: remove unused sdkdir=$(pkg-config...) statementGaetan Nadon1-1/+0
The sdkdir variable isn't use, so remove the statement. Acked-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon1-1/+1
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-26Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan Nadon1-3/+4
The git generated ChangeLog replaces the hand written one. Update configure.ac to xorg-macros level 1.3. Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros Update Makefile.am to add ChangeLog target if missing Remove ChangeLog from EXTRA_DIST or *CLEAN variables This is a pre-req for the INSTALL_CMD
2009-10-06mouse 1.5.0xf86-input-mouse-1.5.0Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-10-06Require macros 1.3 for XORG_DEFAULT_OPTIONSPeter Hutterer1-9/+4
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-09-09mouse 1.4.99.1xf86-input-mouse-1.4.99.1Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-03-25Require xorg-server 1.5.99.901 or higher.Peter Hutterer1-1/+1
1.6 is the first server release that has the xf86OSmouse.h and related code removed. This code has moved into the mouse driver and attempts of using a mouse driver that provides xf86OSmouse.h with a pre-1.6 xserver may fail. See also: http://lists.freedesktop.org/archives/xorg/2009-March/044501.html Reported-by: Jeremy C. Reed <reed@reedmedia.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-02-04Janitor: use $PKG_CONFIG and update .gitignore.Paulo Cesar Pereira de Andrade1-1/+1
Signed-off-by: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
2009-01-09Version 1.4.0xf86-input-mouse-1.4.0Alan Coopersmith1-1/+1
2009-01-08Add XORG_CWARNFLAGS & XORG_WITH_LINT for more compiler checkingAlan Coopersmith1-3/+4
2009-01-08Replace static changelog with one generated via XORG_CHANGELOGAlan Coopersmith1-0/+5
2008-07-20Add OS mouse sources to the driver buildDaniel Stone1-18/+17
Copy across the OS mouse sources and add them to the driver build. For convenience, the OS mouse versioning stuff was removed, but we have always had the same featureset in all modular builds, so that's okay. Only compile-tested, not runtime-tested.
2008-03-20mouse 1.3.0xf86-input-mouse-1.3.0Adam Jackson1-1/+1
2007-10-03Bumped version to 1.2.3.xf86-input-mouse-1.2.3Tilman Sauerbeck1-1/+1
2007-08-01bump to 1.2.2xf86-input-mouse-1.2.2Matthias Hopf1-1/+1
2006-11-30bump to 1.2.1xf86-input-mouse-1.2.1Daniel Stone1-1/+1
2006-11-02bump to 1.2.0xf86-input-mouse-1.2.0Daniel Stone1-1/+1
2006-10-13Bump to 1.1.2xf86-input-mouse-1.1.2Adam Jackson1-1/+1
2006-05-26Bump to 1.1.1.xf86-video-impact-0_2_0mouse-1_1_1Matthias Hopf1-1/+1
2006-04-07Unlibcwrap. Bump server version requirement. Bump to 1.1.0.mouse-1_1_0XORG-7_1Adam Jackson1-2/+2
2006-02-28Bump to 1.0.4.mouse-1_0_4Adam Jackson1-1/+1
2005-12-21Update package version for X11R7 release.XORG-7_0Kevin E Martin1-1/+1
2005-12-15Update package version number for final X11R7 release candidate. BumpXORG-6_99_99_904Kevin E Martin1-1/+1
driver version number.