build: explain why we don't AC_DEFINE a couple of constants

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2017-07-29 22:41:26 +03:00
parent daebdb5e08
commit 1b6fa0298a
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ EXTRA_DIST = \
LICENSE \
test/symbols-leak-test.bash
# The constants are added here instead of using AC_DEFINE_UNQUOTED
# because it does not expand variables recursively.
AM_CPPFLAGS = \
-DDFLT_XKB_CONFIG_ROOT='"$(XKBCONFIGROOT)"' \
-DXLOCALEDIR='"$(XLOCALEDIR)"' \