diff options
author | Egbert Eich <eich@freedesktop.org> | 2011-05-19 09:27:13 +0200 |
---|---|---|
committer | Egbert Eich <eich@freedesktop.org> | 2013-01-07 09:24:25 -0500 |
commit | 4e85bce64acef1fa0ddff04d59737444e942ff12 (patch) | |
tree | b66a970397144587f69cad59fac77343471eabde /configure.ac | |
parent | 7c2f87264db950dfecb1a5467d06b3d9d621e32c (diff) |
install: Use sysconfdir instead of libdir for config files.
Most X packages today install their config files in sysconfigdir,
only a few are left which still put their configuration in libdir.
Signed-off-by: Egbert Eich <eich@freedesktop.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index db65b4c..c7fb0ab 100644 --- a/configure.ac +++ b/configure.ac @@ -50,7 +50,7 @@ DEFAULT_XTERM=xterm DEFAULT_XSERVER=${bindir}/X DEFAULT_XAUTH=xauth DEFAULT_XINIT=xinit -DEFAULT_XINITDIR=${libdir}/X11/xinit +DEFAULT_XINITDIR=${sysconfdir}/X11/xinit AC_ARG_WITH(xrdb, AS_HELP_STRING([--with-xrdb=XRDB], [Path to xrdb]), |