xserver's configure.ac should set CONFIGFILE to $sysconfdir/X11/xorg.conf
Submitted by Joshua Baergen
Assigned to Xorg Project Team
Description
There is very little reference to $sysconfdir in the build system - with daniels' input-hotplug additions, there are 3 references:
~/xorg/xserver $ grep sysconfdir -R *
config/Makefile.am:dbusconfigdir = $(sysconfdir)/dbus-1/system.d
configure.ac: CONFIGFILE="sysconfdir/
XF86CONFIGFILE"
hw/xprint/etc/Xsession.d/Makefile.am:xpcdir = $(sysconfdir)/X11/Xsession.d
Since the dbus file belongs in $sysconfdir and xprint references $sysconfdir/X11, I think CONFIGFILE should also reference $sysconfdir/X11.