summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2024-05-14bump minimal xorg version to 1.18Enrico Weigelt, metux IT consult1-1/+1
1.18 was released a decade ago, so it seems reasonable stop supporting older ones. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-sis/-/merge_requests/8>
2024-01-17Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functionsAlan Coopersmith1-0/+5
The Xorg headers provide their own versions of strlcat, strlcpy, and timingsafe_memcmp for platforms that don't have them in libc yet, but rely on configure to set HAVE_* defines to determine if they should be defined in the headers. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-01-11configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith1-2/+1
AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008, so it's time to rely on it. Clears autoconf warnings: configure.ac:44: warning: The macro 'AC_PROG_LIBTOOL' is obsolete. configure.ac:44: You should run autoupdate. aclocal.m4:3515: AC_PROG_LIBTOOL is expanded from... configure.ac:44: the top level Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-01-28Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2019-12-16Version bumped to 0.12.1Kevin Brace1-1/+1
Signed-off-by: Kevin Brace <kevinbrace@bracecomputerlab.com>
2019-12-03Version bumped to 0.12.0xf86-video-sis-0.12.0Kevin Brace1-1/+1
A maintenance release to support X.Org X Server 1.20. Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
2019-07-26Version bumped to 0.11.0xf86-video-sis-0.11.0Kevin Brace1-1/+1
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
2019-05-04configure.ac: fix cross-compilationFabrice Fontaine1-6/+12
AC_CHECK_FILE can't be used when cross-compiling [Retrieved from: https://git.buildroot.net/buildroot/tree/package/x11r7/xdriver_xf86-video-sis/0001-cross.patch] Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2018-12-17Convert EXA support preprocessor macro to USE_EXAKevin Brace1-1/+1
All the other DDXs do it this way. Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2017-01-26configure: Drop AM_MAINTAINER_MODEAlan Coopersmith1-1/+0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2017-01-17xf86-video-sis 0.10.9xf86-video-sis-0.10.9Matt Turner1-1/+1
Signed-off-by: Matt Turner <mattst88@gmail.com>
2015-08-29xf86-video-sis: bump to version 0.10.8.xf86-video-sis-0.10.8Matt Turner1-1/+1
Signed-off-by: Matt Turner <mattst88@gmail.com>
2012-07-17xf86-video-sis: bump to version 0.10.7xf86-video-sis-0.10.7Dave Airlie1-1/+1
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-15sis: add xaa configure supportDave Airlie1-0/+18
SIS is already plumbed to not need XAA, just hook it up. Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-02sis 0.10.6 release.xf86-video-sis-0.10.6Dave Airlie1-1/+1
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-02sis: 0.10.5 releaseDave Airlie1-1/+1
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-03-23xf86-video-sis 0.10.4xf86-video-sis-0.10.4Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-01-17Undo typos from last commitPeter Hutterer1-1/+1
Reported-by: Tormod Volden <debian.tormod@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-01-04Untangle XF86DRI from the driver-specific DRI definePeter Hutterer1-2/+2
XF86DRI is defined by xorg-server.h, so --disable-dri in the sis driver itself does exactly nothing other than not fill in the CFLAGS and thus stop the driver from compiling. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-10-30Use pci_device_map_legacy rather than xf86MapDomainMemory on newer serversJeremy Huddleston1-1/+1
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-10-29Silence warnings by using newer xf86dgaprotoJeremy Huddleston1-1/+1
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-06-07Convert sis.man from XORG_RAWCPP to using sed like other driversAlan Coopersmith1-4/+3
Upgrade to util-macros 1.8 for additional man page support 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. Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) Enables silent rule and use platform appropriate version of sed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-22config: add comments for main statementsGaetan Nadon1-6/+6
2010-07-21config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon1-4/+5
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-2/+2
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21config: complete AC_INIT m4 quotingGaetan Nadon1-2/+2
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20config: remove unrequired AC_SUBST([DRI_CFLAGS])Gaetan Nadon1-1/+0
This macro is called by PKG_CHECK_MODULES Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20config: remove unrequired AC_SUBST([XORG_CFLAGS])Gaetan Nadon1-1/+0
This macro is called by PKG_CHECK_MODULES Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20config: 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-07-20config: 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-07-20config: 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-07-05sis 0.10.3xf86-video-sis-0.10.3Dave Airlie1-1/+1
2010-06-14README: keep the text version of README, discard the sgml versionGaetan Nadon1-2/+0
The linuxdoc doc tool is deprecated. README files are exclusively text files. 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-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/+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-07-30sis: bump for release 0.10.2xf86-video-sis-0.10.2Dave Airlie1-1/+1
2009-07-16Update to xextproto 7.1 support.Peter Hutterer1-0/+4
DPMS header was split into dpms.h (client) and dpmsconst.h (server). Drivers need to include dpmsconst.h if xextproto 7.1 is available. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-02-27Revert "Build fixes for EXA3"Chris Ball1-1/+0
This reverts commit 7adc184e5e0f3df00423ea99b325d24764c1c067. The EXA developers have backed out this ABI bump. Signed-off-by: Chris Ball <cjb@laptop.org>
2009-02-24Build fixes for EXA3Chris Ball1-0/+1
* EXA in xserver head now requires -DEXA_DRIVER_KNOWN_MAJOR=3 * EXA3 drops the UploadToScratch hook, so guard it for < 3 only. Signed-off-by: Chris Ball <cjb@laptop.org>
2008-12-22sis 0.10.1xf86-video-sis-0.10.1Dave Airlie1-1/+1
2008-07-20Remove XFree86-Misc (PassMessage) supportDaniel Stone1-1/+0
The driver used PassMessage/HandleMessage from XFree86-Misc to ... just return BadMatch. So how about we drop this bit of code, including an additional dependency?
2008-03-19sis 0.10.0xf86-video-sis-0.10.0Adam Jackson1-1/+1
2008-03-07fixup pciaccess version detectJulien Cristau1-1/+1
2008-02-27Require pciaccess >= 0.10.0 for pci_device_map_range()Julien Cristau1-1/+1
2008-01-08inital SiS pci access patchDave Airlie1-0/+13
2007-11-16Bump to 0.9.4.xf86-video-sis-0.9.4Julien Cristau1-1/+1
2006-11-30bump to 0.9.3xf86-video-sis-0.9.3xf86-video-sisDaniel Stone1-1/+1