summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2010-06-11config: fix warnings, m4 quoting and layoutGaetan Nadon1-50/+56
Fix some m4 quoting Fix some autoconf warnings Regroup statements per section Add comments Remove unused NDEBUG define Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-11config: 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. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-11config: remove unrequired AC_HEADER_STDCGaetan Nadon1-2/+0
Autoconf says: "This macro is obsolescent, as current systems have conforming header files. New programs need not use this macro". Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-11config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-3/+2
Regroup AC statements at the top. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-11config: 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 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-11config: remove AH_TOP autoheader statementGaetan Nadon1-1/+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. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-11config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon1-1/+0
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>
2009-12-28configure.ac: use backticks rather than $() for cmd subsGaetan Nadon1-1/+1
Use "$PKG_CONFIG" rather than hard coded "pkg-config" Acked-by: Dan Nicholson <dbn.lists@gmail.com> Acked-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-11-02INSTALL, 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-11-02Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan Nadon1-8/+6
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-31Bump to 1.5.0Sascha Hlusiak1-1/+1
Signed-off-by: Sascha Hlusiak <saschahlusiak@arcor.de>
2009-10-07Revert "add shave support"Sascha Hlusiak1-4/+0
This reverts commit 1fa414dd6f32d68378bc9d571c439a603c2e7888.
2009-10-02Merge branch 'scancodes'Sascha Hlusiak1-1/+5
Conflicts: configure.ac
2009-10-02add shave supportSascha Hlusiak1-0/+4
clean up compile output
2009-09-11joystick 1.4.99.1Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-09-11Fix typo in configure.Peter Hutterer1-3/+4
2009-04-11configure.ac: this is 1.4.99Sascha Hlusiak1-1/+1
Major changes in configuration call for a major release.
2009-03-18Fix build on FreeBSD with USB2Sascha Hlusiak1-0/+1
Including dev/usb/usb_ioctl.h fixes missing declaration of USB_GET_REPORT_ID on FreeBSD-Current.
2009-02-17Janitor: make distcheck, .gitignore.Paulo Cesar Pereira de Andrade1-7/+14
The correction for make distcheck uses the same solution proposed for xf86-input-evdev, that uses the new configure option --with-sdkdir. Signed-off-by: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
2008-12-28Prepare for 1.4.0 releaseSascha Hlusiak1-1/+1
2008-10-01Install joystick-properties.h and xorg-joystick.pc for clients.Sascha Hlusiak1-1/+7
Let's clients be aware of properties made available by the driver.
2008-09-30Do not require randrprotoSascha Hlusiak1-1/+0
2008-09-06Bump to 1.3.3Sascha Hlusiak1-1/+1
2008-08-23Fix check for BSD dev/usb/usbhid.h (needs dev/usb/usb.h).Matthieu Herrb1-1/+6
2008-04-27Bumped to version 1.3.2Sascha Hlusiak1-1/+1
2007-12-06Bumped to version 1.3.1Sascha Hlusiak1-1/+1
2007-12-06Added example hal policy file for input hotplugging of joysticksSascha Hlusiak1-1/+1
Hal policy config/50-x11-input-joystick.fdi is not installed by default and you probably don't want to.
2007-12-05Added backend selection code.Sascha Hlusiak1-3/+3
From all available backends they are tried in the order: evdev, linux joystick, bsd usbhid. This needed to separate the backends which were usually used to replace each other.
2007-12-05configure.ac: Checking for available kernel backends instead of OSSascha Hlusiak1-19/+36
The configure script now checks for availability of several backends like Linux's joystick, Linux's evdev, BSD's usbhid. This way several backends can be compiled in and used with the same binary module. Backend selection code still missing!
2007-11-11Add check for kbproto in configure scriptSascha Hlusiak1-0/+1
On systems without kbproto installed, the XKB headers might be missing and the build fails. Fixes Debian bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448770
2007-10-03Prepared for 1.3.0 release. Raised dependency of xorg-server to at least ↵Sascha Hlusiak1-2/+2
1.3.99.901 for new keymap behaviour.
2007-08-12configure.ac: prepared for 1.2.3 releaseSascha Hlusiak1-1/+1
2007-08-12Added --enable-debug option to configure scriptSascha Hlusiak1-0/+12
The options --enable-debug and --disable-debug control if additional debugging messages shall be included in the binary, that can made visible with the "DebugLevel" option in the xorg.conf. Default: Enabled.
2007-07-07Prepared for release 1.2.2Sascha Hlusiak1-1/+1
2007-04-15Cosmetic changes to structs, got rid of XFree86LOADER blocksSascha Hlusiak1-24/+8
The XFree86LOADER is mandatory, without it it wouldn't compile anyway, so checks were deleted. Named structs in jstk.h again Added unions for mapping-relative data, given values more telling names
2007-04-07Added USB-HID backend for *BSDSascha Hlusiak1-0/+18
Added checks for platform in configure.ac and Makefile.am
2007-03-22Allowed negative amplify value for reverting axis directionSascha Hlusiak1-1/+1
2007-03-13Prepared for new release 1.1.1Sascha Hlusiak1-1/+1
2006-04-07Unlibcwrap. Bump server version requirement. Bump to 1.1.0.Adam Jackson1-2/+2
2005-12-21Update package version for X11R7 release.Kevin E Martin1-1/+1
2005-12-15Update package version number for final X11R7 release candidate.Kevin E Martin1-1/+1
2005-12-03Update package version number for X11R7 RC3 release.Kevin E Martin1-1/+1
2005-12-02Remove extraneous AC_MSG_RESULT.Kevin E Martin1-1/+0
2005-11-29Only build dlloader modules by default.Adam Jackson1-0/+1
2005-11-09Update package version number for X11R7 RC2 release.Kevin E Martin1-1/+1
2005-11-01Update pkgcheck depedencies to work with separate build roots.Kevin E Martin1-1/+6
2005-10-19Update package version number for RC1 release.Kevin E Martin1-1/+1
2005-10-17Use sed & cpp to substitute variables in driver man pagesAlan Coopersmith1-0/+1
2005-08-10Don\'t lose existing CFLAGS in all the input drivers and some of the videoSøren Sandmann Pedersen1-1/+1
drivers
2005-07-29Various changes preparing packages for RC0:Kevin E Martin1-2/+4
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version