Index: auctex/configure.ac
diff -u auctex/configure.ac:1.35 auctex/configure.ac:1.36
--- auctex/configure.ac:1.35    Sat Dec 17 13:35:24 2005
+++ auctex/configure.ac Sat Jan 14 17:46:39 2006
@@ -121,7 +121,10 @@
 
 AC_ARG_VAR(INSTALL_INFO, [install-info executable.  Set to : to skip making a 
dir file.  This is the default when installing into an XEmacs package.])
 
-AC_PATH_PROG(INSTALL_INFO, install-info, :, ${PATH} /usr/sbin /sbin)
+if test "X${INSTALL_INFO}" = X
+then
+  AC_PATH_PROG(INSTALL_INFO, install-info, :, ${PATH} /usr/sbin /sbin)
+fi
 
 AC_ARG_ENABLE(preview,
   [  --disable-preview       disable inclusion of preview-latex],


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

Reply via email to