mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 10:27:23 +00:00
Bug #4361: Define XF86CONFIGFILE properly so config file generation works
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2005-12-08 Adam Jackson <ajax@freedesktop.org>
|
||||
|
||||
* configure.ac:
|
||||
Bug #4361: Define XF86CONFIGFILE properly so config file generation
|
||||
works.
|
||||
|
||||
2005-12-08 Kevin E. Martin <kem-at-freedesktop-dot-org>
|
||||
|
||||
* configure.ac:
|
||||
|
||||
@@ -1106,7 +1106,7 @@ if test "x$XORG" = xyes; then
|
||||
AC_DEFINE(DRIVERS, {}, [Built-in output drivers (none)])
|
||||
AC_DEFINE(IDRIVERS, {}, [Built-in input drivers (none)])
|
||||
AC_DEFINE_DIR(__XCONFIGFILE__, XF86CONFIGFILE, [Name of configuration file])
|
||||
AC_DEFINE_DIR(XF86CONFIGFILE, CONFIGFILE, [Path to Xorg configuration file])
|
||||
AC_DEFINE_DIR(XF86CONFIGFILE, XF86CONFIGFILE, [Name of configuration file])
|
||||
AC_DEFINE_DIR(DEFAULT_MODULE_PATH, moduledir, [Default module search path])
|
||||
AC_DEFINE_DIR(DEFAULT_LOGPREFIX, LOGPREFIX, [Default log location])
|
||||
AC_DEFINE_UNQUOTED(__VENDORDWEBSUPPORT__, ["$VENDOR_WEB"], [Vendor web address for support])
|
||||
|
||||
Reference in New Issue
Block a user