(gnus-group-completing-read): Remove all newlines from group names. They mess up...
[gnus] / aclocal.m4
index 3566926..4773670 100644 (file)
@@ -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