Make default confdir point to sysconfdir

This commit is contained in:
Keith Packard 2003-03-02 08:00:24 +00:00
parent 181f614a96
commit ad9b233c98
1 changed files with 2 additions and 2 deletions

View File

@ -271,13 +271,13 @@ AC_ARG_WITH(confdir, [ --with-confdir=DIR Use DIR to store
case "$confdir" in
no|yes)
confdir=/etc/fonts
confdir='${sysconfdir}'/fonts
;;
*)
;;
esac
AC_SUBST(confdir)
CONFDIR='${confdir}'
CONFDIR=${confdir}
AC_DEFINE_UNQUOTED(CONFDIR, "$CONFDIR",[Font configuration directory])
AC_SUBST(CONFDIR)