X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=aclocal.m4;h=4773670807b59abfef54361d284765cee697eb94;hp=356692666f4ba9c649667d8f96a8bdfab24aac56;hb=2596d578acd0e2f3d659b332a866d227010e6ce4;hpb=581c79d3ad9fef93190bfaccc7364cdb4b82b344 diff --git a/aclocal.m4 b/aclocal.m4 index 356692666..477367080 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -91,7 +91,8 @@ AC_DEFUN(AC_PATH_LISPDIR, [ fi for thedir in share lib; do potential= - if test -d ${theprefix}/${thedir}/${EMACS_FLAVOR}/site-lisp; then + dnl The directory name should be quoted because it might contain spaces. + if test -d "${theprefix}/${thedir}/${EMACS_FLAVOR}/site-lisp"; then if test "$EMACS_FLAVOR" = "xemacs"; then lispdir="\$(prefix)/${thedir}/${EMACS_FLAVOR}/site-packages/lisp/gnus" else @@ -321,7 +322,3 @@ else fi AC_SUBST(USE_FONTS) ]) - -ifelse(dnl Do not change this comment - arch-tag: 5c987641-c3ef-4f12-b067-028302282c66 -)dnl