diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-12-17 18:24:39 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-12-18 10:32:32 -0800 |
commit | 1d2e189cdc1d65c9ca2aa0a950780dc18e6c50f1 (patch) | |
tree | 5342f243691f3b3210c3eb8b9e90649746e0b455 | |
parent | 48749cc21b074ee8e68c3854bd3977ec7c408225 (diff) |
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>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 50d2bf3b2..9cad91bcd 100644 --- a/configure.ac +++ b/configure.ac @@ -505,7 +505,7 @@ XORG_FONTSUBDIR(FONT100DPIDIR, font100dpidir, 100dpi) dnl Uses --default-font-path if set, otherwise checks for /etc/X11/fontpath.d, dnl otherwise uses standard subdirectories of FONTROOTDIR 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}/" case $host_os in |