summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRhys Kidd <rhyskidd@gmail.com>2019-01-21 00:52:14 -0500
committerIlia Mirkin <imirkin@alum.mit.edu>2019-01-21 21:29:55 -0500
commit4cf6d02ecbd5d2201d66324ba33f9fcbed67092f (patch)
tree894833b37b72d364a5fdfb3b01b2fcb5f1dcf408
parent945f95775a21cbcc721b579f7dc220f1474d1d25 (diff)
downloadxorg-driver-xf86-video-nouveau-4cf6d02ecbd5d2201d66324ba33f9fcbed67092f.tar.gz
config: Use XORG_DEFAULT_OPTIONS which replaces six XORG_* macros
This macro expands into several macros and provide several build functions [0]. Refer to the module generated aclocal.m4 file as this is subject to change. At present, this includes: - XORG_CWARNFLAGS: platform adjusted compiler warning flags - XORG_STRICT_OPTION: additional warning flags - XORG_RELEASE_VERSION: defines variables for major, minor and patch level - XORG_CHANGELOG: contains a makefile rule which creates the ChangeLog file from Git - XORG_INSTALL: contains a makefile rule which provides the INSTALL file in the module root directory - XORG_MANPAGE_SECTIONS: platform adjusted man page section number The above macros invoke the following Autoconf macros: - AC_PROG_INSTALL - AC_PROG_CC_C99 - AC_PROG_SED - AC_CANONICAL_HOST [0] https://www.x.org/wiki/NewModuleGuidelines/ Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 0323adf..f9e0e54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,9 +115,6 @@ AC_SUBST([moduledir])
DRIVER_NAME=nouveau
AC_SUBST([DRIVER_NAME])
-XORG_MANPAGE_SECTIONS
-XORG_RELEASE_VERSION
-
AC_CHECK_DECL(xf86CursorResetCursor,
[AC_DEFINE(HAVE_XF86_CURSOR_RESET_CURSOR, 1,
[Have xf86CursorResetCursor API])], [],