summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2024-05-12Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0)Alan Coopersmith
Already effectively required by use of XNFcallocarray() introduced in xorg/xserver@b96dc999 - xserver-1.18.0, released in Nov. 2015. Allows dropping remnants of code for XAA and pre-pciaccess X servers Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-ast/-/merge_requests/9>
2024-01-05configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith
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-12-08xf86-video-ast 1.1.6Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-10-17WriteAST1180SOC: Add _X_UNUSED attribute to temp variableAlan Coopersmith
Clears 67 out of 84 warnings of the form: In file included from ast_cursor.c:53:0: ast_cursor.c: In function ‘ASTLoadCursorImage’: ast_vgatool.h:149:15: warning: variable ‘temp’ set but not used [-Wunused-but-set-variable] ULONG temp; \ ^ ast_cursor.c:293:9: note: in expansion of macro ‘WriteAST1180SOC’ WriteAST1180SOC(AST1180_GFX_BASE+AST1180_HWC1_PATTERNADDR, ulPatternAddr); ^~~~~~~~~~~~~~~ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-01-17Build xz tarballs instead of bzip2Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-11-25Update configure.ac bug URL for gitlab migrationAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2017-01-26configure: Drop AM_MAINTAINER_MODEPeter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2015-08-19Bump Version to 1.1.5xf86-video-ast-1.1.5Y.C. Chen
2014-08-08Bump Version to 1.0.1xf86-video-ast-1.0.1Y.C. Chen
2014-03-19Bump version to 0.99.9xf86-video-ast-0.99.9Y.C. Chen
2014-03-18Revert " Bump version to 0.99.9"Stefan Dirsch
This reverts commit 9c5c9dfe81732eeaadbb3e6ee81b348364ba478b.
2014-03-14 Bump version to 0.99.9Y.C. Chen
2013-08-18Bump version to 0.98.0xf86-video-ast-0.98.0Y.C. Chen
2012-07-17xf86-video-ast: bump to version 0.97.0xf86-video-ast-0.97.0Dave Airlie
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-13ast: deal with XAA removal.Dave Airlie
This deals with the removal of XAA from the server, should fix tinderbox. Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-02ast: bump to 0.96.0 for releasexf86-video-ast-0.96.0Dave Airlie
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-04-03fix segmentation fault issue if enable XENY.C. Chen
2012-04-03Revert "xf86-video-ast-ast 0.95.00"Dave Airlie
This reverts commit 6f0b593c273979bc4a83e845e037ab35d4565b72.
2012-04-03Revert "xf86-video-ast-0.95.0"Dave Airlie
This reverts commit 20c578001a8024d3478a009c2b110056f0ddd1ca.
2012-04-03xf86-video-ast-0.95.0Y.C. Chen
2012-04-03xf86-video-ast-ast 0.95.00xf86-video-ast-0.95.0root
2012-03-23xf86-video-ast 0.93.10xf86-video-ast-0.93.10Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-07-15fixed bug #39235ast-0.93.9root
2011-07-13xf86-video-ast-0.93.09Y.C. Chen
2010-11-10xf86-video-ast-0.92.02Y.C. Chen
2010-08-10xf86-video-ast 0.91.10xf86-video-ast-0.91.10Adam Jackson
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-07-21config: add comments for main statementsGaetan Nadon
2010-07-21config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21config: complete AC_INIT m4 quotingGaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20config: remove unrequired AC_SUBST([XORG_CFLAGS])Gaetan Nadon
This macro is called by PKG_CHECK_MODULES Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20config: remove unrequired AC_HEADER_STDCGaetan Nadon
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 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>
2010-07-20config: 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-06-22 modified: autogen.shY.C. Chen
modified: configure.ac modified: src/ast.h modified: src/ast_2dtool.c modified: src/ast_2dtool.h modified: src/ast_accel.c modified: src/ast_driver.c modified: src/ast_mode.c modified: src/ast_mode.h modified: src/ast_vgatool.c
2009-12-30configure.ac: remove unused sdkdir=$(pkg-config...) statementGaetan Nadon
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-11-07INSTALL, 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-11-07Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan Nadon
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-30ast: bump for release 0.89.9xf86-video-ast-0.89.9Dave Airlie
2009-06-04xf86-video-ast-v.0.89.8Y.C. Chen
2009-04-13xf86-video-ast-0.89.0xf86-video-ast-0.89.0Y.C. Chen
2009-01-16Fixed the support mode issue on Solaris 10 x86xf86-video-ast-0.88.8Y.C. Chen
2009-01-08Support AST2200/2150Y.C. Chen
2008-08-22Support AST1100/2050/2100xf86-video-ast-0.87.0Y.C. Chen
2008-03-19ast 0.85.0xf86-video-ast-0.85.0Adam Jackson
2008-03-10ast: pciaccess conversionDave Airlie
2007-08-24 modified: ChangeLogroot
modified: configure.ac modified: src/ast.h modified: src/ast_2dtool.h modified: src/ast_accel.c modified: src/ast_cursor.c modified: src/ast_driver.c modified: src/ast_mode.c modified: src/ast_mode.h modified: src/ast_vgatool.c
2006-04-07Unlibcwrap. Bump server version requirement. Bump to 0.81.0.ast-0_81_0XORG-7_1Adam Jackson
2006-03-15Add the normal trappings of the Xorg modular build system.Alan Coopersmith
Replace "Xv.h" with <X11/extensions/Xv.h> and add #include "config.h" for modular build Strip ^M out of ast_accel.c