configure: Add option to specify global defaults directory.
commit6fa1c0c009c9d414dc59ec90d7d1dfc97841f38c
authorDoug Torrance <dtorrance@piedmont.edu>
Fri, 10 Mar 2017 07:39:31 +0000 (10 02:39 -0500)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 10 Mar 2017 10:20:58 +0000 (10 10:20 +0000)
treebef238f0638dbb967641cb7ea809f4b2cf22feec
parentac92f1a844f27c857474b472b8a7481a677be840
configure: Add option to specify global defaults directory.

Previously, this was only (partially) possible by redefining the macro
GLOBAL_DEFAULTS_SUBDIR.  This told Window Maker to look for the global
config files in a particular subdirectory of SYSCONFDIR.

However:
* This is undocumented.
* GLOBAL_DEFAULTS_SUBDIR is ignored when installing the config files.  They
  are always installed to SYSCONFDIR/WindowMaker.

To solve these issues, we add a "--with-defsdatadir" option to configure
which allows a user to specify the global defaults directory.
Makefile.am
WINGs/userdefaults.c
WindowMaker/Defaults/Makefile.am
configure.ac
src/defaults.c
src/main.c
src/misc.c