Index: auctex/configure.ac
diff -u auctex/configure.ac:1.32 auctex/configure.ac:1.33
--- auctex/configure.ac:1.32    Tue Sep 27 08:35:37 2005
+++ auctex/configure.ac Fri Oct 21 09:56:26 2005
@@ -88,7 +88,7 @@
 
 AC_SUBST(packagedir)
 
-if test $EMACS_FLAVOR = "xemacs" -a $infodir = '${prefix}/info'; then
+if test $EMACS_FLAVOR = "xemacs" -a "$infodir" = '${prefix}/info'; then
   if test $packagedir != 'no'; then
    infodir='${packagedir}/info'
   fi


_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to