Change sysconfdir brackets to avoid some shells trying to run it as a command
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
48749cc21b
commit
1d2e189cdc
|
@ -505,7 +505,7 @@ XORG_FONTSUBDIR(FONT100DPIDIR, font100dpidir, 100dpi)
|
||||||
dnl Uses --default-font-path if set, otherwise checks for /etc/X11/fontpath.d,
|
dnl Uses --default-font-path if set, otherwise checks for /etc/X11/fontpath.d,
|
||||||
dnl otherwise uses standard subdirectories of FONTROOTDIR
|
dnl otherwise uses standard subdirectories of FONTROOTDIR
|
||||||
AC_CHECK_FILE([${sysconfdir}/X11/fontpath.d],
|
AC_CHECK_FILE([${sysconfdir}/X11/fontpath.d],
|
||||||
[DEFAULT_FONT_PATH='catalogue:$(sysconfdir)/X11/fontpath.d'],
|
[DEFAULT_FONT_PATH='catalogue:${sysconfdir}/X11/fontpath.d'],
|
||||||
[
|
[
|
||||||
DEFAULT_FONT_PATH="${FONTMISCDIR}/,${FONTTTFDIR}/,${FONTOTFDIR}/,${FONTTYPE1DIR}/,${FONT100DPIDIR}/,${FONT75DPIDIR}/"
|
DEFAULT_FONT_PATH="${FONTMISCDIR}/,${FONTTTFDIR}/,${FONTOTFDIR}/,${FONTTYPE1DIR}/,${FONT100DPIDIR}/,${FONT75DPIDIR}/"
|
||||||
case $host_os in
|
case $host_os in
|
||||||
|
|
Loading…
Reference in New Issue